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 Oct 23, 2017
1 parent e5cf833 commit c6b2fa9
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 c6b2fa9

Please sign in to comment.