Skip to content

Commit

Permalink
refactor: simplify a test (vyperlang#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper authored and Leminkay committed Oct 28, 2024
1 parent b7b9d61 commit d447c73
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 d447c73

Please sign in to comment.