Skip to content

test: changed assert.equal() to assert.strictEqual() in test-buffer-fill.js

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/parallel/test-buffer-fill.js

Description of change

changed assert.equal() to assert.strictEqual() in test-buffer-fill.js to get rid of error

Merge request reports

Loading