File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments