Skip to content

Commit

Permalink
fix resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Mar 27, 2023
1 parent bb2c91c commit cb1c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_estimate_gas.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_revert(cluster):
w3 = cluster.w3
call = w3.provider.make_request
validator = ADDRS["validator"]
erc20, _ = deploy_contract(
erc20 = deploy_contract(
w3,
CONTRACTS["TestRevert"],
)
Expand Down

0 comments on commit cb1c8a1

Please sign in to comment.