Add a comment

This commit is contained in:
Daniel García Aubert 2016-01-12 10:08:56 +01:00
parent 6c849f2bef
commit 565fb6e0da

View File

@ -29,6 +29,8 @@ describe('job module', function() {
var job = {};
after(function (done) {
// batch services is not activate, so we need empty the queue to avoid unexpected
// behaviour fot further test
metadataBackend.redisCmd(5, 'DEL', [ 'batch:queues:localhost' ], done);
});