| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 73d19b1 commit 0f98c49
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -81,7 +81,7 @@ demoBug('POST /1/22 HTTP/1.1\r\n' + | |||
| 81 | 81 | 'pong'); | |
| 82 | 82 | ||
| 83 | 83 | process.on('exit', function() { | |
| 84 | - assert.strictEqual(2, headersComplete); | ||
| 85 | - assert.strictEqual(2, messagesComplete); | ||
| 84 | + assert.strictEqual(headersComplete, 2); | ||
| 85 | + assert.strictEqual(messagesComplete, 2); | ||
| 86 | 86 | console.log('done!'); | |
| 87 | 87 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments