Skip to content

Commit ef3db41

Browse files
dinophilegibfahn
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 2cfb320 commit ef3db41

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
@@ -111,8 +111,7 @@ function launchChildProcess() {
111111
console.error('[PARENT] %d received %d matching messages.',
112112
worker.pid, count);
113113

114-
assert.strictEqual(count, messages.length,
115-
'A worker received an invalid multicast message');
114+
assert.strictEqual(count, messages.length);
116115
});
117116

118117
clearTimeout(timer);

0 commit comments

Comments
 (0)