Skip to content

Commit 5cb9844

Browse files
committed
fixup: ruff
1 parent 481b910 commit 5cb9844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def test_update_job_batch_status():
468468

469469

470470
def test_update_job_batch_status_clears_stale_running_state():
471-
"""Job disappeared from scheduler without results state should be cleared so is_failed works."""
471+
"""Job gone from scheduler without results, state should be cleared so is_failed works."""
472472
status_df = pd.DataFrame(
473473
{
474474
'sub_id': ['sub-M2001', 'sub-M2002'],

0 commit comments

Comments
 (0)