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.
assert.strictEqual
1 parent c361495 commit acdcebaCopy full SHA for acdceba
test/internet/test-dns.js
@@ -693,7 +693,7 @@ req.oncomplete = function(err, domains) {
693
process.on('exit', function() {
694
console.log(`${completed} tests completed`);
695
assert.strictEqual(running, false);
696
- assert.strictEqual(expected, completed);
+ assert.strictEqual(completed, expected);
697
assert.ok(getaddrinfoCallbackCalled);
698
});
699
0 commit comments