Skip to content

Commit dc66707

Browse files
committed
fixed function name
1 parent e7507bf commit dc66707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/prague/eip7251_consolidations/test_modified_consolidation_contract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def consolidation_list_with_custom_fee(n: int) -> List[ConsolidationRequest]: #
8383
),
8484
],
8585
)
86-
def test_consolidations_py_modified(
86+
def test_extra_consolidations(
8787
blockchain_test: BlockchainTestFiller,
8888
pre: Alloc,
8989
requests_list: List[ConsolidationRequest],

0 commit comments

Comments
 (0)