Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Nov 29, 2023
1 parent f194a62 commit 19b443f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/http/test/io/client_conformance_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import 'package:http_client_conformance_tests/http_client_conformance_tests.dart
import 'package:test/test.dart';

void main() {
testAll(IOClient.new,
preservesMethodCase:
false // https://github.com/dart-lang/sdk/issues/54187
testAll(IOClient.new, preservesMethodCase: false // https://dartbug.com/54187
);
}

0 comments on commit 19b443f

Please sign in to comment.