Fix failing test

This commit is contained in:
Paul Hauner 2019-03-03 15:08:13 +11:00
parent 7b72934943
commit 48fc709109
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -41,6 +41,4 @@ fn it_can_produce_past_first_epoch_boundary() {
let dump = harness.chain_dump().expect("Chain dump failed.");
assert_eq!(dump.len() as u64, blocks + 1); // + 1 for genesis block.
harness.dump_to_file("/tmp/chaindump.json".to_string(), &dump);
}