Update categories.js

This commit is contained in:
Barış Soner Uşaklı
2014-01-24 00:42:34 -05:00
parent f3bdc55348
commit c91ae0c4c4

View File

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