Skip to content

Commit 49e274f

Browse files
Update coderd/notifications/notifications_test.go
Co-authored-by: Cian Johnston <cian@coder.com>
1 parent 8bb4fe4 commit 49e274f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/notifications/notifications_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ func TestNotificationsTemplates(t *testing.T) {
916916
require.NoError(t, err)
917917
require.True(t, len(templates) > 1)
918918

919-
// WHEN: requesting system notification templates as member should work3
919+
// WHEN: requesting system notification templates as member should work
920920
templates, err = memberClient.GetSystemNotificationTemplates(ctx)
921921
require.NoError(t, err)
922922
require.True(t, len(templates) > 1)

0 commit comments

Comments
 (0)