Skip to content

Improved assert.ok error message

Rodrigo Muino Tomonari requested to merge github/fork/ppaugh/Test_issue into master

In test-dgram-send-empty-array.js, improved the message associated with the assert.ok to include the unexpected msg. Previously, this error message appeared to be a 'positive' message which seems contrary to the intent of the message parameter of the assert.ok() function.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Merge request reports

Loading