test: show values instead of assertion message
PR-URL: https://github.com/nodejs/node/pull/15979 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
This commit is contained in:
parent
2e8c04b1bb
commit
65b8d2133d
@ -111,8 +111,7 @@ function launchChildProcess() {
|
||||
console.error('[PARENT] %d received %d matching messages.',
|
||||
worker.pid, count);
|
||||
|
||||
assert.strictEqual(count, messages.length,
|
||||
'A worker received an invalid multicast message');
|
||||
assert.strictEqual(count, messages.length);
|
||||
});
|
||||
|
||||
clearTimeout(timer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user