Skip to content

Commit 0218c4e

Browse files
committed
fix error msg
1 parent fe2af91 commit 0218c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/templates_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func TestTemplatesByOrganization(t *testing.T) {
349349

350350
templates, err = client2.TemplatesByOrganization(ctx, user.OrganizationID)
351351
require.NoError(t, err)
352-
require.Len(t, templates, 2, "user should not be able to read any templates")
352+
require.Len(t, templates, 2, "user should be able to read both templates")
353353
})
354354
}
355355

0 commit comments

Comments
 (0)