Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue committed Jun 21, 2023
1 parent 4bb740a commit 9e14e71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/goth_tests/test_power_outage.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ async def test_power_outage(
env=os.environ,
) as (_cmd_task, cmd_monitor, _process_monitor):
# Add assertions to the command output monitor `cmd_monitor`:
cmd_monitor.add_assertion(assert_no_errors)
all_sent = cmd_monitor.add_assertion(assert_all_tasks_started)
all_computed = cmd_monitor.add_assertion(assert_all_tasks_computed)

Expand Down

0 comments on commit 9e14e71

Please sign in to comment.