Skip to content

Commit

Permalink
Merge pull request #858 from wpreul/master
Browse files Browse the repository at this point in the history
Added missing done() call in test
  • Loading branch information
geek committed May 16, 2013
2 parents 309a2a2 + b604f9d commit 3cd9e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/gzip.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ describe('Payload', function () {
server.start(function () {

uri = 'http://localhost:' + server.info.port;
done();
});
});

Expand Down

0 comments on commit 3cd9e51

Please sign in to comment.