From f45cf6bdf89973950b07f84380fde813e741399d Mon Sep 17 00:00:00 2001 From: Will Assis Date: Wed, 12 Nov 2025 17:52:04 -0300 Subject: [PATCH] fmt --- pkg/storage/unified/resource/datastore_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/storage/unified/resource/datastore_test.go b/pkg/storage/unified/resource/datastore_test.go index 647f9840e97..0163c6071b9 100644 --- a/pkg/storage/unified/resource/datastore_test.go +++ b/pkg/storage/unified/resource/datastore_test.go @@ -2977,10 +2977,10 @@ func TestDataStore_BatchDelete(t *testing.T) { // Verify all events were deleted for i := 0; i < 95; i++ { _, err := ds.Get(ctx, DataKey{ - Namespace: "test-namespace", - Group: "test-group", - Resource: "test-resource", - Name: fmt.Sprintf("test-name-%d", i), + Namespace: "test-namespace", + Group: "test-group", + Resource: "test-resource", + Name: fmt.Sprintf("test-name-%d", i), }) require.Error(t, err, "Resource should have been deleted") }