Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Feb 19, 2025
1 parent 924f0d5 commit 10f1419
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/test_event_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,6 @@ async def _has_all_events():

await AppHarness._poll_for_async(_has_all_events)
event_order = (await event_chain.get_state(token)).substates[state_name].event_order
print(event_order)
print(exp_event_order)
assert event_order == exp_event_order


Expand Down

0 comments on commit 10f1419

Please sign in to comment.