mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
Fix broken block_store test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user