Skip to content

Commit 0d1144a

Browse files
committed
fix: cli/notificatins_test.go imports
1 parent 327ec0d commit 0d1144a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cli/notifications_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ import (
1010
"github.com/stretchr/testify/assert"
1111
"github.com/stretchr/testify/require"
1212

13-
"github.com/coder/coder/v2/coderd/database"
14-
"github.com/coder/coder/v2/coderd/database/dbgen"
15-
1613
"github.com/coder/coder/v2/cli/clitest"
1714
"github.com/coder/coder/v2/coderd/coderdtest"
15+
"github.com/coder/coder/v2/coderd/database"
16+
"github.com/coder/coder/v2/coderd/database/dbgen"
1817
"github.com/coder/coder/v2/coderd/notifications"
1918
"github.com/coder/coder/v2/coderd/notifications/notificationstest"
2019
"github.com/coder/coder/v2/codersdk"

0 commit comments

Comments
 (0)