aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/migrate_storage_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/migrate_storage_test.go')
-rw-r--r--cmd/migrate_storage_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/migrate_storage_test.go b/cmd/migrate_storage_test.go
index e6d205e410..0d264ef5a1 100644
--- a/cmd/migrate_storage_test.go
+++ b/cmd/migrate_storage_test.go
@@ -53,8 +53,7 @@ func TestMigratePackages(t *testing.T) {
ctx := context.Background()
- p, err := os.MkdirTemp(os.TempDir(), "migrated_packages")
- assert.NoError(t, err)
+ p := t.TempDir()
dstStorage, err := storage.NewLocalStorage(
ctx,