Merge pull request #457 from th507/master

Fixed a possible typo in the test
This commit is contained in:
Julian Gruber 2015-07-03 13:01:04 +02:00
commit a8689e4e41

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())