Skip to content

Commit

Permalink
Fix parallel flag. Closes outmoded#116
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer committed Apr 20, 2015
1 parent 13b9f07 commit 6f87743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ it('starts server on provided port', function (done) {
});
});

it('handles register plugin errors', { parallel: true }, function (done) {
it('handles register plugin errors', { parallel: false }, function (done) {

var orig = Version.register;
Version.register = function (server, options, next) {
Expand Down

0 comments on commit 6f87743

Please sign in to comment.