Fix CI
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2022-05-03 03:26:30 +02:00
parent 5c31ce14f0
commit 4cfdcef551

View File

@@ -119,7 +119,7 @@ func TestNotifications(t *testing.T) {
c.sudo = ""
notifications, _, err = c.ReadNotifications(MarkNotificationOptions{})
assert.NoError(t, err)
assert.Len(t, notifications, 2)
assert.Len(t, notifications, 3)
_, _ = c.DeleteRepo("test01", "Reviews")
nList, _, err = c.ListNotifications(ListNotificationOptions{Status: []NotifyStatus{NotifyStatusRead}})
assert.NoError(t, err)