Skip to content

remove message from test assertion

assert message in strictEqual was hiding error why test has failed, it just showed what value is expected and in case of failure we want to know which value has caused test to fail

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • x ] commit message follows commit guidelines
Affected core subsystem(s)

Merge request reports

Loading