Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 24, 2024
1 parent e174fd1 commit 71432b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ def test_flux_integration(self):
)
self.assertEqual(self.flux.get_status_of_job(process_id=job_id), 'running')
self.flux.delete_job(process_id=job_id)
self.assertEqual(self.flux.get_status_of_job(process_id=job_id), 'error')
self.assertEqual(self.flux.get_status_of_job(process_id=job_id), 'C')

0 comments on commit 71432b8

Please sign in to comment.