Skip to content

Commit

Permalink
test: use explorer decor
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 11, 2024
1 parent 30bdc35 commit 3273092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/test_contract_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
ProjectError,
)
from ape_ethereum.ecosystem import ProxyType
from tests.conftest import explorer_test


def test_deploy(
Expand Down Expand Up @@ -166,6 +167,7 @@ def test_at(vyper_contract_instance, vyper_contract_container):
assert instance == vyper_contract_instance


@explorer_test
def test_at_fetch_from_explorer_false(
project_with_contract, mock_explorer, eth_tester_provider, owner
):
Expand Down

0 comments on commit 3273092

Please sign in to comment.