Skip to content

Commit

Permalink
Fix another scope
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jul 22, 2023
1 parent 5d46b91 commit 99e7259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mev_blocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from eth_defi.uniswap_v2.utils import ZERO_ADDRESS


@pytest.fixture(scope="session")
@pytest.fixture(scope="module")
def anvil() -> AnvilLaunch:
"""Launch Anvil for the test backend."""
anvil = launch_anvil()
Expand Down

0 comments on commit 99e7259

Please sign in to comment.