Skip to content

Commit

Permalink
Update tests.rs
Browse files Browse the repository at this point in the history
this was causing a failure and not important
  • Loading branch information
0xJepsen committed Oct 16, 2023
1 parent cb296a6 commit 523d983
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/fork/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ fn read_in() {
let forked_db = Fork::from_disk(PATH_TO_DISK_STORAGE);
assert!(forked_db.is_ok());
});
fs::remove_file(PATH_TO_DISK_STORAGE).unwrap();
}

0 comments on commit 523d983

Please sign in to comment.