Skip to content

Commit

Permalink
fix: ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Dec 1, 2023
1 parent c007c98 commit 9b88673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captain/tests/test_reactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def pub(x, id):

# TODO: Maybe we should do something like flow.wire() to trigger the
# wire process instead of doing it upon construction?
flow = Flow(fc, pub, start_obs)
_ = Flow(fc, pub, start_obs)
start_obs.on_next({})

assert outputs["constant1"] == 2
Expand Down

0 comments on commit 9b88673

Please sign in to comment.