Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Fix tests with last Shelf version (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
sestegra authored and Pacane committed Oct 30, 2016
1 parent 26c7ce2 commit afa049f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/http_mock.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class MockHttpHeaders implements HttpHeaders {

ContentType _contentType;

bool chunkedTransferEncoding;

MockHttpHeaders([Map<String, List<String>> values]) {
if (values != null) {
_headers.addAll(values);
Expand Down

0 comments on commit afa049f

Please sign in to comment.