Skip to content

Commit

Permalink
test: fix end after end (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag authored and dead-horse committed Aug 23, 2019
1 parent 061c21f commit f75d445
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/application/respond.js
Expand Up @@ -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; });
Expand Down

0 comments on commit f75d445

Please sign in to comment.