From d75366fdd541d4311cde052e60e7a159971bca5e Mon Sep 17 00:00:00 2001 From: HuangYi Date: Wed, 18 Dec 2024 09:49:34 +0800 Subject: [PATCH] integration test --- integration_tests/test_basic.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration_tests/test_basic.py b/integration_tests/test_basic.py index efbf9e8585..7775a28e22 100644 --- a/integration_tests/test_basic.py +++ b/integration_tests/test_basic.py @@ -721,6 +721,9 @@ def test_batch_tx(cronos): == receipts[0].gasUsed + receipts[1].gasUsed + receipts[2].gasUsed ) + # check nonce + assert w3.eth.get_transaction_count(sender) == nonce + 3 + # check traceTransaction rsps = [ w3.provider.make_request("debug_traceTransaction", [h.hex()])["result"]