Skip to content

Commit

Permalink
Merge pull request koajs#457 from th507/master
Browse files Browse the repository at this point in the history
Fixed a possible typo in the test
  • Loading branch information
juliangruber committed Jul 3, 2015
2 parents 0ad06c9 + b80007c commit a8689e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('app', function(){
};
})

// hackish, but the response should occur in a single ticket
// hackish, but the response should occur in a single tick
setImmediate(done);

request(app.listen())
Expand Down

0 comments on commit a8689e4

Please sign in to comment.