We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34af22e commit e198014Copy full SHA for e198014
tests/prague/eip7623_increase_calldata_cost/test_execution_gas.py
@@ -36,12 +36,6 @@ def data_test_type() -> DataTestType:
36
return DataTestType.FLOOR_GAS_COST_GREATER_THAN_INTRINSIC_GAS
37
38
39
-@pytest.fixture
40
-def authorization_refund() -> bool:
41
- """Disable the refunds on these tests (see ./test_refunds.py)."""
42
- return False
43
-
44
45
class TestGasConsumption:
46
"""Test gas consumption with EIP-7623 active."""
47
0 commit comments