fix header format of operations tests

This commit is contained in:
protolambda 2019-05-21 22:59:47 +02:00
parent 0e136b1104
commit 6b3b5121f2
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623

View File

@ -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