Skip to content

Commit 119dc2b

Browse files
author
Theofilos Manitaras
committed
Fix introduced bug
1 parent 0b8efe6 commit 119dc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/test_schedulers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def test_cancel(make_job, exec_ctx):
453453
prepare_job(minimal_job, 'sleep 30')
454454
t_job = time.time()
455455

456-
submit_job(job)
456+
submit_job(minimal_job)
457457
minimal_job.cancel()
458458

459459
# We give some time to the local scheduler for the TERM signal to be

0 commit comments

Comments
 (0)