Skip to content

Commit

Permalink
Update response_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Jan 12, 2024
1 parent e6c1275 commit 08336ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/http/test/response_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void main() {
expect(response.headersFieldValueList, const <String, List<String>>{});
});

test('one headers', () async {
test('one header', () async {
var response =
http.Response('Hello, world!', 200, headers: {'fruit': 'apple'});
expect(response.headersFieldValueList, const {
Expand Down

0 comments on commit 08336ba

Please sign in to comment.