Skip to content

Commit d75366f

Browse files
author
HuangYi
committed
integration test
1 parent dab2fbc commit d75366f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration_tests/test_basic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,9 @@ def test_batch_tx(cronos):
721721
== receipts[0].gasUsed + receipts[1].gasUsed + receipts[2].gasUsed
722722
)
723723

724+
# check nonce
725+
assert w3.eth.get_transaction_count(sender) == nonce + 3
726+
724727
# check traceTransaction
725728
rsps = [
726729
w3.provider.make_request("debug_traceTransaction", [h.hex()])["result"]

0 commit comments

Comments
 (0)