| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 07680b6 commit 98afba5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,7 +88,7 @@ function next() { | |||
| 88 | 88 | } | |
| 89 | 89 | ||
| 90 | 90 | process.on('exit', function() { | |
| 91 | - assert.equal(serverCaught, 2); | ||
| 92 | - assert.equal(clientCaught, 2); | ||
| 91 | + assert.strictEqual(serverCaught, 2); | ||
| 92 | + assert.strictEqual(clientCaught, 2); | ||
| 93 | 93 | console.log('ok'); | |
| 94 | 94 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments