Skip to content

test: switch arguments in strictEqual

In the test/parallel/test-vm-create-and-run-in-context.js test the actual and expected arguments in the assert.strictEqual() call on line 32 are in the wrong order and they have to be switched around.

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