Skip to content

Commit

Permalink
Update integration_tests/test_basic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Jan 17, 2022
1 parent 24a3a69 commit c7f4ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def test_events(cluster, suspend_capture):
def test_minimal_gas_price(cronos):
w3 = cronos.w3
gas_price = w3.eth.gas_price
# assert gas_price == 5000000000000
tx = {
"to": "0x0000000000000000000000000000000000000000",
"value": 10000,
Expand Down

0 comments on commit c7f4ba5

Please sign in to comment.