Skip to content

Commit

Permalink
Wait for matching transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjw committed Sep 23, 2018
1 parent d62f7c3 commit b2441fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/filtering/test_filters_against_many_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_event_filter_new_events(
is_match = bool(random.randint(0, 1))
if is_match:
expected_match_counter += 1
matching_transact()
wait_for_transaction(matching_transact())
pad_with_transactions(web3)
continue
non_matching_transact()
Expand Down

0 comments on commit b2441fc

Please sign in to comment.