Skip to content

Commit d04fdc3

Browse files
committed
spelling: streaming
Signed-off-by: Josh Soref <[email protected]>
1 parent ee28654 commit d04fdc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unittests/agents/test_remote_a2a_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ async def test_handle_a2a_response_success_with_message(self):
697697

698698
@pytest.mark.asyncio
699699
async def test_handle_a2a_response_with_task_completed_and_no_update(self):
700-
"""Test successful A2A response handling with non-streeaming task and no update."""
700+
"""Test successful A2A response handling with non-streaming task and no update."""
701701
mock_a2a_task = Mock(spec=A2ATask)
702702
mock_a2a_task.id = "task-123"
703703
mock_a2a_task.context_id = "context-123"
@@ -1149,7 +1149,7 @@ async def test_handle_a2a_response_success_with_message(self):
11491149

11501150
@pytest.mark.asyncio
11511151
async def test_handle_a2a_response_with_task_completed_and_no_update(self):
1152-
"""Test successful A2A response handling with non-streeaming task and no update."""
1152+
"""Test successful A2A response handling with non-streaming task and no update."""
11531153
mock_a2a_task = Mock(spec=A2ATask)
11541154
mock_a2a_task.id = "task-123"
11551155
mock_a2a_task.context_id = "context-123"

0 commit comments

Comments
 (0)