Skip to content
Prev Previous commit
Next Next commit
fixup: equal->strictEqual
  • Loading branch information
Trott committed Nov 30, 2015
commit bd8a3c16f8d4183f4f1c3b341ec085c18b0a698c
2 changes: 1 addition & 1 deletion test/internet/test-dgram-multicast-multi-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function launchChildProcess(index) {
console.error('[PARENT] %d received %d matching messages.',
worker.pid, count);

assert.equal(count, messages.length,
assert.strictEqual(count, messages.length,
'A worker received an invalid multicast message');
});

Expand Down