From 935b3e3de56546500b1a3f3c11190696369e162d Mon Sep 17 00:00:00 2001 From: raxhvl Date: Wed, 2 Apr 2025 09:41:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(EIP-7623):=20Remove=20dupl?= =?UTF-8?q?icate=20fixture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eip7623_increase_calldata_cost/test_execution_gas.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/prague/eip7623_increase_calldata_cost/test_execution_gas.py b/tests/prague/eip7623_increase_calldata_cost/test_execution_gas.py index f7880cacd25..c0ef506023e 100644 --- a/tests/prague/eip7623_increase_calldata_cost/test_execution_gas.py +++ b/tests/prague/eip7623_increase_calldata_cost/test_execution_gas.py @@ -36,12 +36,6 @@ def data_test_type() -> DataTestType: return DataTestType.FLOOR_GAS_COST_GREATER_THAN_INTRINSIC_GAS -@pytest.fixture -def authorization_refund() -> bool: - """Disable the refunds on these tests (see ./test_refunds.py).""" - return False - - class TestGasConsumption: """Test gas consumption with EIP-7623 active."""