Skip to content

Commit 6679ef1

Browse files
committed
Fix lint error
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 4b7214d commit 6679ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/notifications/manager_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ func TestBuildPayload(t *testing.T) {
138138
}
139139

140140
func TestStopBeforeRun(t *testing.T) {
141+
t.Parallel()
142+
141143
ctx := context.Background()
142144
logger := slogtest.Make(t, &slogtest.Options{IgnoreErrors: true, IgnoredErrorIs: []error{}}).Leveled(slog.LevelDebug)
143145
mgr, err := notifications.NewManager(defaultNotificationsConfig(database.NotificationMethodSmtp), dbmem.New(), logger.Named("notifications-manager"))

0 commit comments

Comments
 (0)