This commit is contained in:
@@ -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) | ||||
|
Reference in New Issue
Block a user