Skip to content

Commit

Permalink
Update test_genericJob.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Oct 4, 2023
1 parent afa3061 commit d6678eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/job/test_genericJob.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ def test_job_executor_cancel(self):
j.run()
j.server.future.cancel()
j.refresh_job_status()
self.assertEqual(j.status, "done")
self.assertTrue(j.status.aborted)

def test_job_executor_wait(self):
Expand Down

0 comments on commit d6678eb

Please sign in to comment.