From 77e9309493d39659297305ef3ae5c4c59c63cfeb 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..4beadb8ae0b 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 provides a test harness for testing the database store. package storetest import (