Remove useless test_kzg.py

This commit is contained in:
Dankrad Feist 2023-03-10 11:43:05 +00:00
parent 08ba1f6406
commit a5333a1d10
No known key found for this signature in database
GPG Key ID: 6815E6A20BEBBABA

View File

@ -1,21 +0,0 @@
from eth2spec.test.helpers.constants import (
DENEB,
MINIMAL,
)
from eth2spec.test.helpers.sharding import (
get_sample_blob,
)
from eth2spec.test.context import (
with_phases,
spec_state_test,
with_presets,
)
@with_phases([DENEB])
@spec_state_test
@with_presets([MINIMAL])
def test_blob_to_kzg_commitment(spec, state):
blob = get_sample_blob(spec)
spec.blob_to_kzg_commitment(blob)