Skip to content

Commit

Permalink
[test] Remove no longer needed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Nov 17, 2018
1 parent 26436e0 commit cc86d22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/websocket.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ describe('WebSocket', function() {
done();
};

// eslint-disable-next-line node/no-deprecated-api
const ws = new WebSocket(url.parse('ws://localhost'), { agent });
});

Expand Down

0 comments on commit cc86d22

Please sign in to comment.