Skip to content

test: add test for assert.notStrictEqual()

Rodrigo Muino Tomonari requested to merge github/fork/Trott/notstrictequal into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test assert

Description of change

There is currently no test for assert.notStrictEqual() throwing an AssertionError when passed identical values. This change adds such a test.

Merge request reports

Loading