mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-31 22:18:23 -05:00
Fix linter
This commit is contained in:
@@ -9,6 +9,7 @@ from eth2spec.test.helpers.sharding import (
|
||||
)
|
||||
from eth2spec.utils.bls import BLS_MODULUS
|
||||
|
||||
|
||||
@with_peerdas_and_later
|
||||
@spec_test
|
||||
@single_phase
|
||||
@@ -25,6 +26,7 @@ def test_fft(spec):
|
||||
assert len(poly_eval) == len(poly_coeff) == len(poly_coeff_inversed)
|
||||
assert poly_coeff_inversed == poly_coeff
|
||||
|
||||
|
||||
@with_peerdas_and_later
|
||||
@spec_test
|
||||
@single_phase
|
||||
|
||||
Reference in New Issue
Block a user