Skip to content

test: fix assert.strictEqual() parameter order

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

The argument order in the strictEqual check was in the wrong order. The first argument is now the actual value and the second argument is the expected value.

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

Merge request reports

Loading