Skip to content

Commit 41b0f9b

Browse files
committed
[minor] Fix nit
1 parent 44bcbc8 commit 41b0f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/websocket.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('WebSocket', () => {
2626
);
2727
});
2828

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

3232
agent.addRequest = (req, opts) => {

0 commit comments

Comments
 (0)