| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2458501 commit 41e5d94
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ const dgram = require('dgram'); | |||
| 7 | 7 | const client = dgram.createSocket('udp4'); | |
| 8 | 8 | ||
| 9 | 9 | const messageSent = common.mustCall(function messageSent(err, bytes) { | |
| 10 | - assert.equal(bytes, buf1.length + buf2.length); | ||
| 10 | + assert.strictEqual(bytes, buf1.length + buf2.length); | ||
| 11 | 11 | }); | |
| 12 | 12 | ||
| 13 | 13 | const buf1 = Buffer.alloc(256, 'x'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments