Skip to content

Commit bb38aad

Browse files
committed
comments
1 parent e86b351 commit bb38aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enterprise/coderd/templates_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func TestTemplateACL(t *testing.T) {
6666
require.Contains(t, acl.Users, templateUser3)
6767
})
6868

69-
t.Run("allUsersGroup", func(t *testing.T) {
69+
t.Run("everyoneGroup", func(t *testing.T) {
7070
t.Parallel()
7171
client := coderdenttest.New(t, nil)
7272
user := coderdtest.CreateFirstUser(t, client)
@@ -88,7 +88,7 @@ func TestTemplateACL(t *testing.T) {
8888
require.NoError(t, err)
8989

9090
require.Len(t, acl.Groups, 1)
91-
// We don't return members for the allUsers group.
91+
// We don't return members for the 'Everyone' group.
9292
require.Len(t, acl.Groups[0].Members, 0)
9393
require.Len(t, acl.Users, 0)
9494
})

0 commit comments

Comments
 (0)