Skip to content

Commit

Permalink
Update tests/integration/run_modes/test_simulation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Sep 4, 2024
1 parent bcb04ec commit a8c153e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/run_modes/test_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ async def test_started_trigger(flow, reftest, scheduler):
}), paused_start=False)
assert await reftest(schd) == {
('1/a', None),
('1/b', ('1/a', '1/a'))
('1/b', ('1/a'))
}

0 comments on commit a8c153e

Please sign in to comment.