Skip to content

Commit 1ebc7f4

Browse files
committed
make fmt and lint
1 parent 6ff4c7e commit 1ebc7f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

coderd/inboxnotifications_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ const (
2929
inboxNotificationsPageSize = 25
3030
)
3131

32-
var (
33-
failingPaginationUUID = uuid.MustParse("fba6966a-9061-4111-8e1a-f6a9fbea4b16")
34-
)
32+
var failingPaginationUUID = uuid.MustParse("fba6966a-9061-4111-8e1a-f6a9fbea4b16")
3533

3634
func TestInboxNotification_Watch(t *testing.T) {
3735
t.Parallel()
@@ -633,7 +631,6 @@ func TestInboxNotifications_ReadStatus(t *testing.T) {
633631
require.NotNil(t, updatedNotif)
634632
require.Nil(t, updatedNotif.Notification.ReadAt)
635633
require.Equal(t, 20, updatedNotif.UnreadCount)
636-
637634
})
638635

639636
t.Run("NOK - wrong id", func(t *testing.T) {

0 commit comments

Comments
 (0)