Skip to content

test: swap the order of arguments

Rodrigo Muino Tomonari requested to merge github/fork/mhamwala/assertFix into master

Swapped the actual and expected arguments in assert.strictEqual() calls. Arguments are now in correct order. Literal value is now the second argument and the value returned by the function is the first argument.

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