diff --git a/tests/functional/test_block_container.py b/tests/functional/test_block_container.py index f856ad0ad4..544d460d28 100644 --- a/tests/functional/test_block_container.py +++ b/tests/functional/test_block_container.py @@ -148,6 +148,7 @@ def test_poll_blocks_timeout( with PollDaemon("blocks", poller, lambda x: None, lambda: False): time.sleep(1.5) + def test_poll_blocks_reorg_with_timeout( vyper_contract_instance, chain_that_mined_5, eth_tester_provider, owner, PollDaemon, ape_caplog ):