Skip to content

Commit

Permalink
test: grant resource 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifosmin Simon authored and Lifosmin Simon committed Sep 5, 2023
1 parent fd11e15 commit 4fb562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store/postgres/grant_repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 4fb562c

Please sign in to comment.