Skip to content

test: fix assert.strictEqual argument order

The arguments to assert.strictEqual in a number of calls were in the wrong order. It is preferred that literal values are in the second argument.

Updates test/parallel/test-fs-readStream.js

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