Skip to content

Commit f75d445

Browse files
ronagdead-horse
authored andcommitted
test: fix end after end (#1374)
1 parent 061c21f commit f75d445

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/application/respond.js

-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ describe('app.respond', () => {
236236
ctx.status = 200;
237237
res.setHeader('Content-Type', 'text/html');
238238
res.write('Hello');
239-
setTimeout(() => res.end('Goodbye'), 0);
240239
});
241240

242241
app.on('error', err => { throw err; });

0 commit comments

Comments
 (0)