Skip to content

Commit

Permalink
test: improve assert message in internet test
Browse files Browse the repository at this point in the history
PR-URL: #15998
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Nikki St Onge authored and MylesBorins committed Nov 28, 2017
1 parent 6285e72 commit ab580c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/internet/test-dgram-broadcast-multi-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,7 @@ if (process.argv[2] !== 'child') {
worker.pid,
count);

assert.strictEqual(
count,
messages.length,
'A worker received an invalid multicast message'
);
assert.strictEqual(count, messages.length);
});

clearTimeout(timer);
Expand Down

0 comments on commit ab580c3

Please sign in to comment.