mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
closes #6005
This commit is contained in:
@@ -1133,7 +1133,7 @@ describe('Topic\'s', function () {
|
||||
});
|
||||
});
|
||||
|
||||
it('should mark all read', function (done) {
|
||||
it('should mark category topics read', function (done) {
|
||||
socketTopics.markUnread({ uid: adminUid }, tid, function (err) {
|
||||
assert.ifError(err);
|
||||
socketTopics.markCategoryTopicsRead({ uid: adminUid }, topic.categoryId, function (err) {
|
||||
|
||||
Reference in New Issue
Block a user