Skip to content

Commit 91f9779

Browse files
dinophileMylesBorins
authored andcommitted
test: show values instead of assertion message
PR-URL: #15979 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 39c63da commit 91f9779

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/internet/test-dgram-multicast-multi-process.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ function launchChildProcess() {
8888
console.error('[PARENT] %d received %d matching messages.',
8989
worker.pid, count);
9090

91-
assert.strictEqual(count, messages.length,
92-
'A worker received an invalid multicast message');
91+
assert.strictEqual(count, messages.length);
9392
});
9493

9594
clearTimeout(timer);

0 commit comments

Comments
 (0)