mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 07:29:02 +00:00
fix header format of operations tests
This commit is contained in:
parent
0e136b1104
commit
6b3b5121f2
@ -34,6 +34,6 @@ def create_suite(operation_name: str, config_name: str, get_cases: Callable[[],
|
|||||||
forks=["phase0"],
|
forks=["phase0"],
|
||||||
config=config_name,
|
config=config_name,
|
||||||
runner="operations",
|
runner="operations",
|
||||||
handler=config_name,
|
handler=operation_name,
|
||||||
test_cases=get_cases()))
|
test_cases=get_cases()))
|
||||||
return suite_definition
|
return suite_definition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user