Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

Permalink
test: improve assert message in internet test
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#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 addaleax committed Dec 7, 2017
1 parent dca3ef6 commit f53b072
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 @@ -150,11 +150,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 f53b072

Please sign in to comment.