| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c3a3480 commit 63f571e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ client.on('message', function(buf, info) { | |||
| 37 | 37 | }); | |
| 38 | 38 | ||
| 39 | 39 | client.on('close', common.mustCall(function() { | |
| 40 | - assert.equal(received, limit); | ||
| 40 | + assert.strictEqual(received, limit); | ||
| 41 | 41 | })); | |
| 42 | 42 | ||
| 43 | 43 | client.bind(0); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments