mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
fix test
This commit is contained in:
parent
354c4d3715
commit
bb97d429a9
@ -35,7 +35,7 @@ def test_needs_skipping(web3):
|
||||
if not isinstance(web3.currentProvider, TestRPCProvider):
|
||||
pytest.skip("N/A")
|
||||
with pytest.raises(ValueError):
|
||||
web3.eth.estimateGas()
|
||||
web3.eth.estimateGas({})
|
||||
|
||||
|
||||
def test_contract_estimateGas(web3, math_contract):
|
||||
|
||||
@ -35,7 +35,7 @@ def test_needs_skipping(web3):
|
||||
if not isinstance(web3.currentProvider, TestRPCProvider):
|
||||
pytest.skip("N/A")
|
||||
with pytest.raises(ValueError):
|
||||
web3.eth.estimateGas()
|
||||
web3.eth.estimateGas({})
|
||||
|
||||
|
||||
def test_eth_estimateGas(web3, math_contract):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user