Skip to content

Commit

Permalink
test more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 19, 2024
1 parent b3b49de commit a7cf0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simulation_events_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

events = simulation.get_events()

assert len(events) == 1, f"There should be a single simulation event (instead there are {len(events)}"
assert len(events) == 1, "There should be a single simulation event (instead there are " + str(len(events)) + ")"
assert events[0]["event_type"] == "standard_job_completion", "Event type is unexpected"

simulation.terminate()

0 comments on commit a7cf0fe

Please sign in to comment.