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 333e5d1 commit 3130414Copy full SHA for 3130414
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