mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 22:38:11 +00:00
fix syntax
This commit is contained in:
parent
4ccd304603
commit
57dd9fc4ff
@ -16,7 +16,7 @@ def generate_from_tests(src, bls_active=True):
|
||||
for name in fn_names:
|
||||
tfn = getattr(src, name)
|
||||
try:
|
||||
test_case = tfn(generator_mode=True, bls_active=bls_active))
|
||||
test_case = tfn(generator_mode=True, bls_active=bls_active)
|
||||
# If no test case data is returned, the test is ignored.
|
||||
if test_case is not None:
|
||||
out.append(test_case)
|
||||
|
Loading…
x
Reference in New Issue
Block a user