Skip to content

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.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading