Skip to content

Commit ce87f77

Browse files
committed
add test comment
1 parent f5cd901 commit ce87f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/rbac/roles_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ type authSubject struct {
2020
Actor rbac.Subject
2121
}
2222

23+
// TestBuiltInRoles makes sure our built-in roles are valid by our own policy
24+
// rules. If this is incorrect, that is a mistake.
2325
func TestBuiltInRoles(t *testing.T) {
2426
t.Parallel()
2527
for _, r := range rbac.SiteRoles() {

0 commit comments

Comments
 (0)