Skip to content

Commit 117b728

Browse files
committed
minor fix: should test same function, incrementCounter
1 parent 71d9d3f commit 117b728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/contracts/test_contract_estimate_gas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ async def test_async_estimate_gas_accepts_latest_block(
214214
async def test_async_estimate_gas_can_be_called_without_parens(
215215
async_w3, async_math_contract, async_transact
216216
):
217-
gas_estimate = await async_math_contract.functions.counter.estimate_gas(
217+
gas_estimate = await async_math_contract.functions.incrementCounter.estimate_gas(
218218
block_identifier="latest"
219219
)
220220

0 commit comments

Comments
 (0)