Skip to content

Commit 36281f4

Browse files
xballoyMylesBorins
authored andcommitted
test: remove unused parameter
PR-URL: #17188 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7b5a05b commit 36281f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-async-wrap-getasyncid.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ if (common.hasCrypto) { // eslint-disable-line crypto-check
173173
const tcp_wrap = process.binding('tcp_wrap');
174174
const server = net.createServer(common.mustCall((socket) => {
175175
server.close();
176-
socket.on('data', (x) => {
176+
socket.on('data', () => {
177177
socket.end();
178178
socket.destroy();
179179
});

0 commit comments

Comments
 (0)