Skip to content

test: remove third argument from call to assert.strictEqual()

Rodrigo Muino Tomonari requested to merge github/fork/mpsommer/my-branch into master

Removed the third argument from call to assert.strictEqual because it prevents the value of sha1Hash.digest('hex') from being displayed if an AssertionError occurs. The third argument is retained as a comment.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading