From 8eb13f1504e1e531577611266719f9d27706e034 Mon Sep 17 00:00:00 2001 From: Will Assis Date: Wed, 14 Jan 2026 19:31:21 -0300 Subject: [PATCH] fmt --- pkg/storage/unified/testing/storage_backend_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/storage/unified/testing/storage_backend_test.go b/pkg/storage/unified/testing/storage_backend_test.go index 56f492c64fa..aadbefd3b03 100644 --- a/pkg/storage/unified/testing/storage_backend_test.go +++ b/pkg/storage/unified/testing/storage_backend_test.go @@ -29,7 +29,7 @@ func TestBadgerKVStorageBackend(t *testing.T) { NSPrefix: "badgerkvstorage-test", SkipTests: map[string]bool{ // TODO: fix these tests and remove this skip - TestBlobSupport: true, + TestBlobSupport: true, // Badger does not support bulk import yet. TestGetResourceLastImportTime: true, },