Skip to content

test: change var to const/let - change assert.equal to assert.strictE…

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)

test

Description of change

…qual

Make change in test file per issue received in NINA 2016 involving the change from var to const/let and the change of assert.equal to assert.strictEqual

Merge request reports

Loading