Skip to content

Commit 7656b1a

Browse files
committed
formatting
1 parent 9478857 commit 7656b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/user_guide/test_job_wait_active.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def test_user_guide_job_wait_active() -> None:
88
status = job.wait(target_states=[JobState.ACTIVE])
99
assert status is not None
1010
assert status.state == JobState.ACTIVE
11-
job.wait() # prevent logging messages from showing up after test completes
11+
job.wait() # prevent logging messages from showing up after test completes

0 commit comments

Comments
 (0)