Skip to content

test: reverse arguments in assert.strictEqual

Rodrigo Muino Tomonari requested to merge github/fork/past5/sevg-new_task into master

assert.strictEqual() had incorrect order of arguments with expected and actual values reversed.

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