mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10:35:55 +01:00
remove unused methods
This commit is contained in:
@@ -238,14 +238,6 @@ describe('Categories', function () {
|
||||
});
|
||||
});
|
||||
|
||||
it('should load page count', function (done) {
|
||||
socketCategories.getPageCount({ uid: posterUid }, categoryObj.cid, function (err, pageCount) {
|
||||
assert.ifError(err);
|
||||
assert.equal(pageCount, 1);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
it('should load topic count', function (done) {
|
||||
socketCategories.getTopicCount({ uid: posterUid }, categoryObj.cid, function (err, topicCount) {
|
||||
assert.ifError(err);
|
||||
|
||||
Reference in New Issue
Block a user