Skip to content

Commit

Permalink
test: ify
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 6, 2024
1 parent 0e4a4f0 commit 72c403f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,9 @@ def test_gas_price(eth_tester_provider):

def test_get_code(eth_tester_provider, vyper_contract_instance):
address = vyper_contract_instance.address
block_number = vyper_contract_instance.creation_metadata.block
assert eth_tester_provider.get_code(address) == eth_tester_provider.get_code(
address, block_id=1
address, block_id=block_number
)


Expand Down

0 comments on commit 72c403f

Please sign in to comment.