Skip to content

Commit

Permalink
fix err msg due to empty version check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed May 18, 2023
1 parent e2895ac commit 86c6a7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration_tests/test_pruned_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ def test_pruned_node(pruned):
"eth_getBalance", [ADDRS["validator"], hex(tx_receipt.blockNumber)]
)
assert "error" in pruned_res
assert (
pruned_res["error"]["message"] == "couldn't fetch balance. Node state is pruned"
)
assert "version mismatch on immutable IAVL tree" in pruned_res["error"]["message"]

with pytest.raises(Exception):
erc20.caller(block_identifier=tx_receipt.blockNumber).balanceOf(
Expand Down

0 comments on commit 86c6a7e

Please sign in to comment.