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
Removed message
  • Loading branch information
Nikki St Onge committed Oct 17, 2017
commit 68f87862e42468f023f3700a9e70c6994eb369da
7 changes: 1 addition & 6 deletions test/internet/test-dgram-broadcast-multi-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,7 @@ if (process.argv[2] !== 'child') {
worker.pid,
count);

assert.strictEqual(
count,
messages.length,
'A worker received an invalid multicast message. ' +
`Received ${count} and wanted ${messages.length}.`
);
assert.strictEqual(count, messages.length);
});

clearTimeout(timer);
Expand Down