We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327ec0d commit 0d1144aCopy full SHA for 0d1144a
cli/notifications_test.go
@@ -10,11 +10,10 @@ import (
10
"github.com/stretchr/testify/assert"
11
"github.com/stretchr/testify/require"
12
13
- "github.com/coder/coder/v2/coderd/database"
14
- "github.com/coder/coder/v2/coderd/database/dbgen"
15
-
16
"github.com/coder/coder/v2/cli/clitest"
17
"github.com/coder/coder/v2/coderd/coderdtest"
+ "github.com/coder/coder/v2/coderd/database"
+ "github.com/coder/coder/v2/coderd/database/dbgen"
18
"github.com/coder/coder/v2/coderd/notifications"
19
"github.com/coder/coder/v2/coderd/notifications/notificationstest"
20
"github.com/coder/coder/v2/codersdk"
0 commit comments