Skip to content

Commit

Permalink
Update test_evm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Schiavini <[email protected]>
  • Loading branch information
DaniPopes and DanielSchiavini authored May 5, 2024
1 parent c311345 commit 1dc7e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_evm.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_fork_storage():
weth = "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
evm = EVM(fork_url=fork_url, fork_block="latest")
value = evm.storage(weth, 0)
assert value is not None and value > 0
assert value > 0


def test_deploy():
Expand Down

0 comments on commit 1dc7e5f

Please sign in to comment.