From 86548be12f7bc1dd30047eb6a12f8b422fd0a268 Mon Sep 17 00:00:00 2001 From: Nicholas Cristofaro Date: Mon, 12 Feb 2024 16:44:43 -0300 Subject: [PATCH] is: Add package comment to storetest --- pkg/identityserver/storetest/storetest.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/identityserver/storetest/storetest.go b/pkg/identityserver/storetest/storetest.go index 8168c242c59..c63debf476b 100644 --- a/pkg/identityserver/storetest/storetest.go +++ b/pkg/identityserver/storetest/storetest.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package storetest defines the test sets to be applied on implementation of the store interface. package storetest import (