Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 24, 2024
1 parent b3b3f08 commit 3e54b36
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), 'erro')
self.assertEqual(self.flux.get_status_of_job(process_id=job_id), 'error')

0 comments on commit 3e54b36

Please sign in to comment.