Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

Commit

Permalink
✅ fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Feb 23, 2016
1 parent a399109 commit 53a701a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/queue.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('queueModule', () => {
setRunning : sinon.spy(),
setSuccess : sinon.spy(),
setFailedOrRetrying: sinon.spy(),
readId : sinon.spy(),
};
const concurrency = 5;
let processJob = async function(job) {
Expand Down

0 comments on commit 53a701a

Please sign in to comment.