Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix
assert.strictEqual
arguments in test/parallel/test-c-ares.js
When using `assert.strictEqual`, the first argument must be the actual value and the second argument must be the expected value. PR-URL: #23448 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
- Loading branch information