Skip to content

Commit c7e537c

Browse files
committed
test: try fix tests
1 parent 2c30d80 commit c7e537c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web3/_utils/module_testing/eth_module.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2877,7 +2877,8 @@ def test_eth_wait_for_transaction_receipt_unmined(
28772877
'value': Wei(1),
28782878
'gas': 21000,
28792879
'maxFeePerGas': w3.toWei(3, 'gwei'),
2880-
'maxPriorityFeePerGas': w3.toWei(1, 'gwei')
2880+
'maxPriorityFeePerGas': w3.toWei(1, 'gwei'),
2881+
'chainId': 1234567890,
28812882
})
28822883

28832884
timeout = 2

0 commit comments

Comments
 (0)