Fix broken block_store test
This commit is contained in:
parent
1621901f0d
commit
1207421d70
@ -179,6 +179,7 @@ mod tests {
|
||||
let slots = [0, 1, 3, 4, 5];
|
||||
|
||||
for (i, mut block) in blocks.enumerate() {
|
||||
block.ancestor_hashes.push(parent_hashes[i]);
|
||||
block.slot = slots[i];
|
||||
let mut s = SszStream::new();
|
||||
s.append(&block);
|
||||
|
Loading…
Reference in New Issue
Block a user