diff --git a/test/application/respond.js b/test/application/respond.js index 71d5c51..32f93cf 100644 --- a/test/application/respond.js +++ b/test/application/respond.js @@ -236,7 +236,6 @@ describe('app.respond', () => { ctx.status = 200; res.setHeader('Content-Type', 'text/html'); res.write('Hello'); - setTimeout(() => res.end('Goodbye'), 0); }); app.on('error', err => { throw err; });