| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b4dc7a7 commit d8eed12
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,8 @@ const OutgoingMessage = http.OutgoingMessage; | |||
| 7 | 7 | const ClientRequest = http.ClientRequest; | |
| 8 | 8 | const ServerResponse = http.ServerResponse; | |
| 9 | 9 | ||
| 10 | - assert.throws(OutgoingMessage.prototype._implicitHeader); | ||
| 10 | + assert.throws(OutgoingMessage.prototype._implicitHeader, | ||
| 11 | + /^Error: _implicitHeader\(\) method is not implemented$/); | ||
| 11 | 12 | assert.strictEqual( | |
| 12 | 13 | typeof ClientRequest.prototype._implicitHeader, 'function'); | |
| 13 | 14 | assert.strictEqual( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments