Skip to content

Commit 3392700

Browse files
committed
fix test
Signed-off-by: jesse <szxfml@gmail.com>
1 parent fcf6a9a commit 3392700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ut/worker/test_worker_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ def test_execute_model_kv_connector_not_finished(self, mock_empty_output,
11901190
mock_pp_group.recv_tensor_dict.assert_called_once()
11911191
mock_pp_group.send_tensor_dict.assert_called_once()
11921192

1193-
# When both finished_sending and finished_recving are False, should return EMPTY_MODEL_RUNNER_OUTPUT directly
1193+
# When both finished_sending and finished_recving are False, should return EMPTY_MODEL_RUNNER_OUTPUT directly1
11941194
self.assertEqual(result, mock_empty_output)
11951195

11961196
@patch("vllm_ascend.worker.worker_v1.get_pp_group")

0 commit comments

Comments
 (0)