Skip to content

Commit

Permalink
[minor] Fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jun 24, 2020
1 parent 44bcbc8 commit 41b0f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/websocket.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('WebSocket', () => {
);
});

it('accepts `url.URL` objects as url', function (done) {
it('accepts `url.URL` objects as url', (done) => {
const agent = new CustomAgent();

agent.addRequest = (req, opts) => {
Expand Down

0 comments on commit 41b0f9b

Please sign in to comment.