remove unused methods

This commit is contained in:
Baris Usakli
2018-10-17 15:23:46 -04:00
parent 74fdadf8a6
commit baf91089a6
4 changed files with 0 additions and 49 deletions

View File

@@ -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);