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 <luigipinca@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Nikki St Onge authored and jasnell committed Oct 18, 2017
1 parent 3469eb9 commit 9960e53
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 9960e53

Please sign in to comment.