Fix linter

This commit is contained in:
George Kadianakis 2024-01-09 16:12:07 +02:00
parent 5a551a0aa6
commit 9134cd1e8f
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from eth2spec.test.helpers.sharding import (
) )
from eth2spec.utils.bls import BLS_MODULUS from eth2spec.utils.bls import BLS_MODULUS
@with_peerdas_and_later @with_peerdas_and_later
@spec_test @spec_test
@single_phase @single_phase
@ -25,6 +26,7 @@ def test_fft(spec):
assert len(poly_eval) == len(poly_coeff) == len(poly_coeff_inversed) assert len(poly_eval) == len(poly_coeff) == len(poly_coeff_inversed)
assert poly_coeff_inversed == poly_coeff assert poly_coeff_inversed == poly_coeff
@with_peerdas_and_later @with_peerdas_and_later
@spec_test @spec_test
@single_phase @single_phase