mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 06:13:31 +00:00
Fix test_recover_all_cells
This commit is contained in:
parent
988412ec2c
commit
8707a4c2c1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user