summaryrefslogtreecommitdiff
path: root/test/internet
diff options
context:
space:
mode:
Diffstat (limited to 'test/internet')
-rw-r--r--test/internet/test-dgram-multicast-multi-process.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/internet/test-dgram-multicast-multi-process.js b/test/internet/test-dgram-multicast-multi-process.js
index e1017e2a26..f8797bc8f3 100644
--- a/test/internet/test-dgram-multicast-multi-process.js
+++ b/test/internet/test-dgram-multicast-multi-process.js
@@ -111,8 +111,7 @@ function launchChildProcess() {
console.error('[PARENT] %d received %d matching messages.',
worker.pid, count);
- assert.strictEqual(count, messages.length,
- 'A worker received an invalid multicast message');
+ assert.strictEqual(count, messages.length);
});
clearTimeout(timer);