| Index: pkg/http/test/mock_client_test.dart
|
| diff --git a/pkg/http/test/mock_client_test.dart b/pkg/http/test/mock_client_test.dart
|
| index 4712adefef3227e15e33d5502c44196e070df108..0c3c57824848026192ff5e1ab0c1a0020cc64b4f 100644
|
| --- a/pkg/http/test/mock_client_test.dart
|
| +++ b/pkg/http/test/mock_client_test.dart
|
| @@ -10,9 +10,9 @@ import 'dart:json' as json;
|
| import 'dart:uri';
|
|
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:http/http.dart' as http;
|
| -import 'package:http/testing.dart';
|
| -import 'package:http/src/utils.dart';
|
| +import '../lib/http.dart' as http;
|
| +import '../lib/testing.dart';
|
| +import '../lib/src/utils.dart';
|
| import 'utils.dart';
|
|
|
| void main() {
|
|
|