Fix test_recover_all_cells

This commit is contained in:
Justin Traglia 2024-04-19 11:18:11 -05:00
parent 988412ec2c
commit 8707a4c2c1
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ def test_recover_all_cells(spec):
assert original_polynomial == recovered_data[:len(recovered_data) // 2]
# Check that the recovered cells match the original cells
assert cells == recovered_data
assert cells == recovered_cells
@with_eip7594_and_later