mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 16:45:01 -05:00
fix header format of operations tests
This commit is contained in:
@@ -34,6 +34,6 @@ def create_suite(operation_name: str, config_name: str, get_cases: Callable[[],
|
||||
forks=["phase0"],
|
||||
config=config_name,
|
||||
runner="operations",
|
||||
handler=config_name,
|
||||
handler=operation_name,
|
||||
test_cases=get_cases()))
|
||||
return suite_definition
|
||||
|
||||
Reference in New Issue
Block a user