| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 086570e commit 970164f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -91,6 +91,6 @@ server.listen(0, options.host, function() { | |||
| 91 | 91 | ||
| 92 | 92 | process.on('exit', function() { | |
| 93 | 93 | console.error(`done=${requests_done} sent=${requests_sent}`); | |
| 94 | - assert.strictEqual(requests_done, requests_sent, | ||
| 95 | - 'timeout on http request called too much'); | ||
| 94 | + // check that timeout on http request was not called too much | ||
| 95 | + assert.strictEqual(requests_done, requests_sent); | ||
| 96 | 96 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments