mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/victoria-metrics: remove deprecated fs.MustStopDirRemover from main_test.go
This commit is contained in:
parent
4c02e496f7
commit
56d7cc8a0d
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@ func tearDown() {
|
||||||
vmstorage.Stop()
|
vmstorage.Stop()
|
||||||
vmselect.Stop()
|
vmselect.Stop()
|
||||||
fs.MustRemoveAll(storagePath)
|
fs.MustRemoveAll(storagePath)
|
||||||
fs.MustStopDirRemover()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestWriteRead(t *testing.T) {
|
func TestWriteRead(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue