cleanup lmdb tests

This commit is contained in:
Jason Aten 2020-09-16 06:46:12 -05:00
parent 793cf934b8
commit c093aa9d0e

View file

@ -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))
}
}