Skip to content

Commit

Permalink
fix: get
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 4, 2023
1 parent 21d08c6 commit 69a7ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def polygon_zkevm(networks):
@pytest.fixture
def eth_tester_provider():
if not ape.networks.active_provider or ape.networks.provider.name != "test":
with ape.networks.polygon_zkevm.local.use_provider("test") as provider:
with ape.networks.get_ecosystem("polygon-zkevm").local.use_provider("test") as provider:
yield provider
else:
yield ape.networks.provider

0 comments on commit 69a7ff9

Please sign in to comment.