From 4fb562c42f053c8793fcfaa8745d35da413382c0 Mon Sep 17 00:00:00 2001 From: Lifosmin Simon Date: Tue, 5 Sep 2023 11:18:45 +0700 Subject: [PATCH] test: grant resource 2 --- internal/store/postgres/grant_repository_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/store/postgres/grant_repository_test.go b/internal/store/postgres/grant_repository_test.go index 7a6511256..0cd7b9999 100644 --- a/internal/store/postgres/grant_repository_test.go +++ b/internal/store/postgres/grant_repository_test.go @@ -229,7 +229,7 @@ func (s *GrantRepositoryTestSuite) TestList() { s.NoError(err) s.Len(grants, 0) }) - s.Run("Should return an array of grants that matches account type", func() { + s.Run("Should check accessing resource table", func() { grants, err := s.repository.List(context.Background(), domain.ListGrantsFilter{ ProviderTypes: []string{"x"}, ProviderURNs: []string{"x"},