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 d4bbe90 commit 1961992
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/job/test_genericJob.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ def test_job_executor_cancel(self):
j.run()
j.server.future.cancel()
j.refresh_job_status()
self.assertEqual(j.project.db.get_job_status(j.job_id), "submitted")
sleep(1)
self.assertEqual(j.project.db.get_job_status(j.job_id), "aborted")
self.assertEqual(j.status, "aborted")
Expand Down

0 comments on commit 1961992

Please sign in to comment.