Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55e3d02

Browse files
committed
chore(coderd/notifications): fix linting
1 parent f93135a commit 55e3d02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/notifications/notifications_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,6 @@ func TestNotificationTemplates_Golden(t *testing.T) {
11651165
wantBody, err := os.ReadFile(goldenFile)
11661166
require.NoError(t, err, fmt.Sprintf("missing golden notification body file. %s", hint))
11671167
require.Equal(t, wantBody, content, fmt.Sprintf("smtp notification does not match golden file. If this is expected, %s", hint))
1168-
11691168
}))
11701169
t.Cleanup(server.Close)
11711170

0 commit comments

Comments
 (0)