Merge pull request #91 from PR0M3TH3AN/codex/fix-workflow-error-in-github

Fix formatting for db tests
This commit is contained in:
thePR0M3TH3AN
2025-05-25 14:09:38 -04:00
committed by GitHub

View File

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