diff --git a/tests/integration/fork/test_abi_contract.py b/tests/integration/fork/test_abi_contract.py index c310b35b..9c20440d 100644 --- a/tests/integration/fork/test_abi_contract.py +++ b/tests/integration/fork/test_abi_contract.py @@ -1,6 +1,6 @@ import hypothesis.strategies as st import pytest -from hypothesis import given, example +from hypothesis import given import boa from boa import BoaError @@ -108,6 +108,7 @@ def test_stableswap_factory_ng(stableswap_factory_ng): def test_balances(addr, balance, crvusd): assert crvusd.balanceOf(addr) == balance + # test write 0 to fresh fork state def test_fork_write0(crvusd): n = balances[account_a]