mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
closes #6323
This commit is contained in:
@@ -357,7 +357,7 @@ describe('Notifications', function () {
|
||||
setTimeout(function () {
|
||||
user.notifications.getAll(uid, 'post', function (err, nids) {
|
||||
assert.ifError(err);
|
||||
assert.notEqual(nids.indexOf(nid), -1);
|
||||
assert(nids.includes(nid));
|
||||
done();
|
||||
});
|
||||
}, 1500);
|
||||
|
||||
Reference in New Issue
Block a user