clean up database file after testing (#5087)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
robinsdan
2023-10-26 02:47:44 +08:00
committed by GitHub
parent df9c295826
commit 6ca14b5178
20 changed files with 109 additions and 51 deletions

View File

@ -72,5 +72,5 @@ where
tx.inner.commit().unwrap();
}
db
db.into_inner_db()
}