Skip to content

Commit

Permalink
simplify a test
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Oct 15, 2024
1 parent a52c79c commit 348f80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/network/sepolia/test_sepolia_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_verify(simple_contract):
api_key = os.getenv("BLOCKSCOUT_API_KEY")
blockscout = Blockscout("https://eth-sepolia.blockscout.com", api_key)
with boa.set_verifier(blockscout):
result = boa.verify(simple_contract, blockscout)
result = boa.verify(simple_contract)
result.wait_for_verification()
assert result.is_verified()

Expand Down

0 comments on commit 348f80c

Please sign in to comment.