test: changed assert.Equal to asset.strictEqual
test-dgram-send-callback-recursive.js PR-URL: https://github.com/nodejs/node/pull/9973 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
parent
c26419ba37
commit
df659995a8
@ -37,7 +37,7 @@ client.on('message', function(buf, info) {
|
||||
});
|
||||
|
||||
client.on('close', common.mustCall(function() {
|
||||
assert.equal(received, limit);
|
||||
assert.strictEqual(received, limit);
|
||||
}));
|
||||
|
||||
client.bind(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user