Fix failing test
This commit is contained in:
parent
7b72934943
commit
48fc709109
@ -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);
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user