Skip to content

test: swap assert.strictEqual args to actual, expected

test: swap assert.strictEqual args to actual, expected

In this test, assert.strictEqual() takes two arguments where the first is the expected value and the second is the actual. This is backwards from the documentation where the first value should be the actual value and the second be the expected.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading