From 3f2f46822b4d2a9137b82aa1750d745cad049174 Mon Sep 17 00:00:00 2001 From: Will Assis Date: Wed, 3 Dec 2025 12:10:25 -0300 Subject: [PATCH] lint --- pkg/storage/unified/resource/internalstore_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/storage/unified/resource/internalstore_test.go b/pkg/storage/unified/resource/internalstore_test.go index ffb28b13c72..21d4c5eaa40 100644 --- a/pkg/storage/unified/resource/internalstore_test.go +++ b/pkg/storage/unified/resource/internalstore_test.go @@ -174,7 +174,7 @@ func TestInternalStore(t *testing.T) { Resource: "resource", Subsection: "lastimporttime", }, - value: "foo1", + value: "foo1", }, { key: InternalKey{ @@ -183,7 +183,7 @@ func TestInternalStore(t *testing.T) { Resource: "resource", Subsection: "lastimporttime", }, - value: "foo2", + value: "foo2", }, { key: InternalKey{ @@ -192,7 +192,7 @@ func TestInternalStore(t *testing.T) { Resource: "resource", Subsection: "lastimporttime", }, - value: "foo3", + value: "foo3", }, { key: InternalKey{ @@ -201,7 +201,7 @@ func TestInternalStore(t *testing.T) { Resource: "resource", Subsection: "lastimporttime", }, - value: "foo4", + value: "foo4", }, { key: InternalKey{ @@ -210,7 +210,7 @@ func TestInternalStore(t *testing.T) { Resource: "resource", Subsection: "lastimporttime", }, - value: "foo5", + value: "foo5", }, }