Skip to content

test: Remove string argument from strict.Equal()

Rodrigo Muino Tomonari requested to merge github/fork/Hariss096/master into master

Removing string literal passed as argument to assert.strictEqual() in order to print the expected value instead of the string. (First issue assigned through Email by Rich Trott)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading