Skip to content

Commit

Permalink
removed .only from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Mar 21, 2016
1 parent ae43619 commit 9a527fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ describe('Queue', function () {
});
});

it.only('does not process a job that is being processed when a new queue starts', function (done) {
it('does not process a job that is being processed when a new queue starts', function (done) {
this.timeout(5000);
var err = null;

Expand Down

0 comments on commit 9a527fd

Please sign in to comment.