diff --git a/internal/op/storage_test.go b/internal/op/storage_test.go index f3d0b4e64b7..fddf2bb11e3 100644 --- a/internal/op/storage_test.go +++ b/internal/op/storage_test.go @@ -60,7 +60,6 @@ func TestGetStorageVirtualFilesByPath(t *testing.T) { } func TestGetBalancedStorage(t *testing.T) { - setupStorages(t) set := mapset.NewSet[string]() for i := 0; i < 5; i++ { storage := op.GetBalancedStorage("/a/d/e1")