Passed test

This commit is contained in:
Daniel García Aubert 2016-04-04 20:05:58 +02:00
parent 1414e0a9dd
commit 7121b3b800

View File

@ -21,6 +21,9 @@ describe('batch API job subscriber', function () {
unsubscribe: function () {
var isValidFirstArg = arguments[0] === 'batch:hosts';
self.redis.unsubscribeIsCalledWithValidArgs = isValidFirstArg;
},
removeAllListeners: function () {
return this;
}
};
this.queueSeeker = {