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 6ff4c7e commit 1ebc7f4Copy full SHA for 1ebc7f4
coderd/inboxnotifications_test.go
@@ -29,9 +29,7 @@ const (
29
inboxNotificationsPageSize = 25
30
)
31
32
-var (
33
- failingPaginationUUID = uuid.MustParse("fba6966a-9061-4111-8e1a-f6a9fbea4b16")
34
-)
+var failingPaginationUUID = uuid.MustParse("fba6966a-9061-4111-8e1a-f6a9fbea4b16")
35
36
func TestInboxNotification_Watch(t *testing.T) {
37
t.Parallel()
@@ -633,7 +631,6 @@ func TestInboxNotifications_ReadStatus(t *testing.T) {
633
631
require.NotNil(t, updatedNotif)
634
632
require.Nil(t, updatedNotif.Notification.ReadAt)
635
require.Equal(t, 20, updatedNotif.UnreadCount)
636
-
637
})
638
639
t.Run("NOK - wrong id", func(t *testing.T) {
0 commit comments