Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Dec 22, 2023
1 parent 53cf858 commit 18462e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_tests/contracts/contracts/TestERC20A.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.8.21;
pragma solidity 0.8.10;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";

contract TestERC20A is ERC20 {
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/test_pruned_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_pruned_node(cronos):
)
signed = sign_transaction(w3, tx, KEYS["validator"])
txhash = w3.eth.send_raw_transaction(signed.rawTransaction)
exp_gas_used = 51383
exp_gas_used = 51384

print("wait for prunning happens")
wait_for_new_blocks(cronos.cosmos_cli(0), 10)
Expand Down

0 comments on commit 18462e2

Please sign in to comment.