We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843b8c1 commit f531c96Copy full SHA for f531c96
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