Skip to content

test: remove unnecessary strictEqual() argument from remoteClose()

On the remoteClose() test, removing the string literal message on the third argument from assert.strictEqual(), allows for the value of agent.freeSockets[name] to get printed.

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

cc: @trott

Merge request reports

Loading