We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0818aeb commit f6ba3e0Copy full SHA for f6ba3e0
1 file changed
python/valuecell/core/coordinate/tests/test_orchestrator.py
@@ -440,7 +440,7 @@ async def test_push_notifications_early_return(
440
# For push notification agents, no chunks should be yielded from streaming
441
# since they return early and rely on notifications
442
# The only chunks should be final session messages
443
-
+
444
# Verify agent is started with notification callback
445
orchestrator.agent_connections.start_agent.assert_called_once()
446
call_args = orchestrator.agent_connections.start_agent.call_args
0 commit comments