Fix formatting for db tests

This commit is contained in:
thePR0M3TH3AN
2025-05-25 14:09:26 -04:00
parent de4eabf15a
commit 708fcd01fe

View File

@@ -194,7 +194,7 @@ fn backup_and_restore_cycle() {
// backup // backup
let backup = db::backup(&db_path).unwrap(); let backup = db::backup(&db_path).unwrap();
drop(live); // close connection on Windows drop(live); // close connection on Windows
// remove original // remove original
std::fs::remove_file(&db_path).unwrap(); std::fs::remove_file(&db_path).unwrap();
// restore // restore
db::restore(&backup, &db_path).unwrap(); db::restore(&backup, &db_path).unwrap();