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 437dd73 commit e4f94a7Copy full SHA for e4f94a7
test/parallel/test-dgram-send-callback-recursive.js
@@ -37,7 +37,7 @@ client.on('message', function(buf, info) {
37
});
38
39
client.on('close', common.mustCall(function() {
40
- assert.equal(received, limit);
+ assert.strictEqual(received, limit);
41
}));
42
43
client.bind(0);
0 commit comments