Skip to content

Commit

Permalink
test: stupid test shut up
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 28, 2025
1 parent fcd5436 commit 14fa6f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"""


def test_minimal_proxy(ethereum, minimal_proxy, chain):
def test_minimal_proxy(ethereum, minimal_proxy_container, chain, owner):
minimal_proxy = owner.deploy(minimal_proxy_container, sender=owner)
chain.provider.network.__dict__["explorer"] = None # Ensure no explorer, messes up test.
actual = ethereum.get_proxy_info(minimal_proxy.address)
assert actual is not None
Expand Down

0 comments on commit 14fa6f9

Please sign in to comment.