Skip to content

Commit

Permalink
Remove unnecessary await
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 9, 2023
1 parent 441aef1 commit c8298b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/user-agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ t.test('UserAgent', async t => {
t.equal(res2.get('Connection'), 'close');
t.equal(await res2.text(), 'Hello World!');

await keepAlive.destroy();
keepAlive.destroy();
await ua.stop();
});

Expand Down

0 comments on commit c8298b5

Please sign in to comment.