Skip to content

Commit

Permalink
Add failing case to test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjw committed Feb 23, 2019
1 parent 0275b34 commit dfeaac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/middleware/test_filter_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def test_pending_block_filter_middleware(w3):

def test_local_filter_middleware(w3, iter_block_number):
block_filter = w3.eth.filter('latest')
block_filter.get_new_entries()
iter_block_number.send(1)

log_filter = w3.eth.filter(filter_params={'fromBlock': 'latest'})
Expand Down

0 comments on commit dfeaac6

Please sign in to comment.