mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
Fix failing test
This commit is contained in:
@@ -41,6 +41,4 @@ fn it_can_produce_past_first_epoch_boundary() {
|
|||||||
let dump = harness.chain_dump().expect("Chain dump failed.");
|
let dump = harness.chain_dump().expect("Chain dump failed.");
|
||||||
|
|
||||||
assert_eq!(dump.len() as u64, blocks + 1); // + 1 for genesis block.
|
assert_eq!(dump.len() as u64, blocks + 1); // + 1 for genesis block.
|
||||||
|
|
||||||
harness.dump_to_file("/tmp/chaindump.json".to_string(), &dump);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user