Update categories.js

v1.18.x
Barış Soner Uşaklı 11 years ago
parent f3bdc55348
commit c91ae0c4c4

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

Loading…
Cancel
Save