Skip to content

Commit c1e294e

Browse files
xballoygibfahn
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 d106c02 commit c1e294e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if (common.hasCrypto) { // eslint-disable-line crypto-check
181181
const tcp_wrap = process.binding('tcp_wrap');
182182
const server = net.createServer(common.mustCall((socket) => {
183183
server.close();
184-
socket.on('data', (x) => {
184+
socket.on('data', () => {
185185
socket.end();
186186
socket.destroy();
187187
});

0 commit comments

Comments
 (0)