Skip to content

Commit f6ba3e0

Browse files
committed
fix format
1 parent 0818aeb commit f6ba3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/valuecell/core/coordinate/tests/test_orchestrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ async def test_push_notifications_early_return(
440440
# For push notification agents, no chunks should be yielded from streaming
441441
# since they return early and rely on notifications
442442
# The only chunks should be final session messages
443-
443+
444444
# Verify agent is started with notification callback
445445
orchestrator.agent_connections.start_agent.assert_called_once()
446446
call_args = orchestrator.agent_connections.start_agent.call_args

0 commit comments

Comments
 (0)