Skip to content

Commit

Permalink
net: improved test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Dec 13, 2023
1 parent d129c8a commit 8adfe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/internet/test-net-autoselectfamily-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ const { createConnection } = require('net');
connection.destroy();
});

connection.on('ready', () => connection.end());
connection.on('ready', () => connection.destroy());
}

0 comments on commit 8adfe2a

Please sign in to comment.