Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
squash
  • Loading branch information
Trott committed Oct 27, 2017
commit 7fd0bdd750693d81043e6a673a8df550b9e1288f
4 changes: 1 addition & 3 deletions test/internet/test-dgram-multicast-multi-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +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' +
`Received ${messages.length}, should be ${count}`);
assert.strictEqual(count, messages.length);
});

clearTimeout(timer);
Expand Down