Skip to content

Commit

Permalink
Update tests/integration_tests/test_call.py
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang authored Oct 31, 2023
1 parent b55e0ae commit 5417ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_override_state(ethermint):
},
},
)
assert (state,) == w3.codec.decode(("uint256",), result)
assert (int_value,) == w3.codec.decode(("uint256",), result)

# stateDiff don't affect the other state slots
result = w3.eth.call(
Expand Down

0 comments on commit 5417ffc

Please sign in to comment.