Replaced test DB with a new one, fixed tests.

This commit is contained in:
Revertron
2021-05-14 14:34:03 +02:00
parent 1168c9545e
commit b504c565fb
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -997,6 +997,6 @@ pub mod tests {
let settings = Settings::default(); let settings = Settings::default();
let mut chain = Chain::new(&settings, "./tests/blockchain.db"); let mut chain = Chain::new(&settings, "./tests/blockchain.db");
chain.check_chain(u64::MAX); chain.check_chain(u64::MAX);
assert_eq!(chain.get_height(), 2); assert_eq!(chain.get_height(), 149);
} }
} }
Binary file not shown.