Skip to content

test: Change equal to strictEqual and pass delay to setTimeout

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

test

Description of change
  • Changed assert.equal to assert.strictEqual
  • Passed a delay value to setTimeout

Merge request reports

Loading