Skip to content

[tests]Changed var -> const, assert.equal -> assert.strictEqual

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

Tests

Description of change
  • Changed var to const
  • Changed assert.equal to assert.strictEqual

Merge request reports

Loading