Skip to content

Commit

Permalink
chore: rename TestGetResources to TestListResources
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Jan 14, 2025
1 parent f4375f1 commit 3666b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jimm/permissions/relations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func (s *permissionManagerSuite) TestListObjectRelations(c *qt.C) {
}
}

func (s *permissionManagerSuite) TestGetResources(c *qt.C) {
func (s *permissionManagerSuite) TestListResources(c *qt.C) {
c.Parallel()
ctx := context.Background()

Expand Down

0 comments on commit 3666b37

Please sign in to comment.