Skip to content

test: fix argument order for assert.strictEqual

Rodrigo Muino Tomonari requested to merge github/fork/inklin/master into master

Description

Fix the order of arguments in test assertion. The documentation for assert.strictEqual() says the first value should be the actual value being tested, and the second value is the expected value.

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

Merge request reports

Loading