Skip to content

test: switched arguments of assert()

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

The arguments of the assert were passed in the wrong order (expected, actual). This would have been confusing in case of an error. Changed it to be (actual, expected)

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

Merge request reports

Loading