From b80007c460bd624aa4e4d399668148cc830dcca5 Mon Sep 17 00:00:00 2001 From: "Jingwei \"John\" Liu" Date: Fri, 3 Jul 2015 18:55:24 +0800 Subject: [PATCH] fix a possible typo --- test/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/application.js b/test/application.js index 8dda061..acdb9e4 100644 --- a/test/application.js +++ b/test/application.js @@ -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())