mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
Jeremiah Senkpiel
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);
|
||||
|
||||
Reference in New Issue
Block a user