We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0662429 commit e849dd0Copy full SHA for e849dd0
test/parallel/test-tls-writewrap-leak.js
@@ -20,7 +20,7 @@ const server = net.createServer(common.mustCall((c) => {
20
});
21
22
c.write('hello', common.mustCall((err) => {
23
- assert.equal(err.code, 'ECANCELED');
+ assert.strictEqual(err.code, 'ECANCELED');
24
server.close();
25
}));
26
0 commit comments