fix a possible typo

This commit is contained in:
Jingwei "John" Liu 2015-07-03 18:55:24 +08:00
parent 0ad06c9810
commit b80007c460

View file

@ -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); setImmediate(done);
request(app.listen()) request(app.listen())