Skip to content

test: change equal to strictEqual

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

This commit changes calls to assert.equal() to assert.strictEqual().

Merge request reports

Loading