Skip to content

Commit 4344a15

Browse files
committed
fix file
1 parent b642e2c commit 4344a15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

coderd/notifications/manager_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ import (
77
"testing"
88
"time"
99

10+
"github.com/coder/serpent"
1011
"github.com/google/uuid"
1112
"github.com/stretchr/testify/assert"
1213
"github.com/stretchr/testify/require"
1314
"golang.org/x/xerrors"
1415

16+
<<<<<<< HEAD
1517
"github.com/coder/serpent"
18+
=======
19+
"cdr.dev/slog"
20+
"cdr.dev/slog/sloggers/slogtest"
21+
>>>>>>> dadd7609f (fix file)
1622

1723
"github.com/coder/coder/v2/coderd/database"
1824
"github.com/coder/coder/v2/coderd/database/dbgen"

0 commit comments

Comments
 (0)