Passed test
This commit is contained in:
parent
1414e0a9dd
commit
7121b3b800
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user