Skip to content

Commit a18c05e

Browse files
committed
add assert
1 parent 1ef75e0 commit a18c05e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/core/pyspec/eth2spec/test/eip7594/merkle_proof/test_single_merkle_proof.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def _run_blob_kzg_commitments_merkle_proof_test(spec, state, rng=None):
5656
index=spec.get_subtree_index(gindex),
5757
root=column_sidcar.signed_block_header.message.body_root,
5858
)
59+
assert spec.verify_data_column_sidecar_kzg_proofs(column_sidcar)
5960
assert spec.verify_data_column_sidecar_inclusion_proof(column_sidcar)
6061

6162

0 commit comments

Comments
 (0)