Skip to content

test: reversed actual and expected values for .strictEqual()

Fixed strictEqual() parameters order according to the documentation for the assertion.

Refs: https://nodejs.org/dist/latest-v10.x/docs/api/assert.html#assert_assert_strictequal_actual_expected_message

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading