| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,8 +88,7 @@ function launchChildProcess() { | |||
| 88 | 88 | console.error('[PARENT] %d received %d matching messages.', | |
| 89 | 89 | worker.pid, count); | |
| 90 | 90 | ||
| 91 | - assert.strictEqual(count, messages.length, | ||
| 92 | - 'A worker received an invalid multicast message'); | ||
| 91 | + assert.strictEqual(count, messages.length); | ||
| 93 | 92 | }); | |
| 94 | 93 | ||
| 95 | 94 | clearTimeout(timer); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments