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"},