mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:58:53 +02:00
Update categories.js
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// this test currently needs to talk to the redis database.
|
||||
// get the redis config info from root directory's config.json:
|
||||
|
||||
var winston = require('winston');
|
||||
|
||||
process.on('uncaughtException', function (err) {
|
||||
@@ -59,4 +58,4 @@ describe('Categories', function() {
|
||||
db.delete('category:' + categoryObj.cid);
|
||||
db.listRemoveLast('categories:cid');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user