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 b437f27 commit 277a203Copy full SHA for 277a203
coderd/notifications/manager_test.go
@@ -12,16 +12,13 @@ import (
12
"github.com/stretchr/testify/require"
13
"golang.org/x/xerrors"
14
15
- "github.com/coder/serpent"
16
-
17
18
19
"github.com/coder/coder/v2/coderd/database"
20
"github.com/coder/coder/v2/coderd/database/dbgen"
21
"github.com/coder/coder/v2/coderd/notifications"
22
"github.com/coder/coder/v2/coderd/notifications/dispatch"
23
"github.com/coder/coder/v2/coderd/notifications/types"
24
"github.com/coder/coder/v2/testutil"
+ "github.com/coder/serpent"
25
)
26
27
func TestBufferedUpdates(t *testing.T) {
0 commit comments