Skip to content

test: fix argument order in assert.strictEqual()

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

The arguments on the assertion on https://github.com/nodejs/node/blob/master/test/parallel/test-http-chunked.js#L51 are inverted. The first argument should be the actual value and the second argument should be the expected value.

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