From 18462e2960ad649e766a018b361cd2e63f4b7045 Mon Sep 17 00:00:00 2001 From: HuangYi Date: Fri, 22 Dec 2023 14:46:40 +0800 Subject: [PATCH] fix test --- integration_tests/contracts/contracts/TestERC20A.sol | 2 +- integration_tests/test_pruned_node.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/contracts/contracts/TestERC20A.sol b/integration_tests/contracts/contracts/TestERC20A.sol index 9aafb3b8ea..545443c7aa 100644 --- a/integration_tests/contracts/contracts/TestERC20A.sol +++ b/integration_tests/contracts/contracts/TestERC20A.sol @@ -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 { diff --git a/integration_tests/test_pruned_node.py b/integration_tests/test_pruned_node.py index aee213fa40..83e3288685 100644 --- a/integration_tests/test_pruned_node.py +++ b/integration_tests/test_pruned_node.py @@ -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)