Skip to content

Commit c1e294e

Browse files
xballoygibfahn
authored andcommitted
test: remove unused parameter
PR-URL: #17188 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
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)