Skip to content

Commit ec4d6dc

Browse files
committed
ruff fix
1 parent 32573e6 commit ec4d6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/vec_inf/client/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def mock_subprocess_run(cmd, **kwargs):
600600

601601

602602
def test_fetch_running_jobs_mixed_jobs():
603-
"""Test fetch_running_jobs filters correctly with mixed matching/non-matching jobs."""
603+
"""Test fetch_running_jobs filters correctly with matching/non-matching jobs."""
604604
client = VecInfClient()
605605

606606
# Mock squeue output with multiple jobs

0 commit comments

Comments
 (0)