app/victoria-metrics: remove deprecated fs.MustStopDirRemover from main_test.go

This commit is contained in:
Aliaksandr Valialkin 2019-11-10 13:37:01 +02:00
parent 4c02e496f7
commit 56d7cc8a0d

View file

@ -186,7 +186,6 @@ func tearDown() {
vmstorage.Stop()
vmselect.Stop()
fs.MustRemoveAll(storagePath)
fs.MustStopDirRemover()
}
func TestWriteRead(t *testing.T) {