Skip to content

test: fix order of arguments passed to strictEqual

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. This fix ensures that the expected and actual values are correctly labeled.

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

Merge request reports

Loading