Skip to content

Commit e44604f

Browse files
committed
small comment change
1 parent 5ab6876 commit e44604f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/iam/testing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func TestRole(t testing.TB, conn *db.DB, scopeId string, opt ...Option) *Role {
224224
}
225225

226226
// TestRoleWithGrants creates a role suitable for testing along with grants
227-
// Note: functional options for GrantScopeIDs aren't used to express that
227+
// Functional options for GrantScopeIDs aren't used to express that
228228
// this function does not provide any default grant scope unlike TestRole
229229
func TestRoleWithGrants(t testing.TB, conn *db.DB, scopeId string, grantScopeIDs []string, grants []string) *Role {
230230
t.Helper()

0 commit comments

Comments
 (0)