mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
cleanup lmdb tests
This commit is contained in:
parent
793cf934b8
commit
c093aa9d0e
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ func mustOpenEmptyLMDBWrapper(path string) (w *LMDBWrapper, cleaner func()) {
|
|||
|
||||
return w, func() {
|
||||
w.Close()
|
||||
panicOn(w.DeleteDBPath(&DBShard{HolderPath: fn}))
|
||||
panicOn(os.RemoveAll(fn))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue