refactor(storage): ensure tests clean up
parent
5aead27e8b
commit
396c6b0364
|
@ -150,8 +150,7 @@ func (i *Index) Close() error {
|
|||
if err := i.sfile.Close(); err != nil {
|
||||
return err
|
||||
}
|
||||
//return os.RemoveAll(i.rootPath)
|
||||
return nil
|
||||
return os.RemoveAll(i.rootPath)
|
||||
}
|
||||
|
||||
// This benchmark compares the TagSets implementation across index types.
|
||||
|
|
Loading…
Reference in New Issue