| Index: pkg/http/test/client_test.dart
|
| diff --git a/pkg/http/test/client_test.dart b/pkg/http/test/client_test.dart
|
| index 658acb51b6dcb1bb01ee9cae5f747bb0d8923c50..27cd0b93b21a490c3caaea577ccb093ff489bd00 100644
|
| --- a/pkg/http/test/client_test.dart
|
| +++ b/pkg/http/test/client_test.dart
|
| @@ -8,8 +8,8 @@ import 'dart:io';
|
| import 'dart:uri';
|
|
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:http/http.dart' as http;
|
| -import 'package:http/src/utils.dart';
|
| +import '../lib/src/utils.dart';
|
| +import '../lib/http.dart' as http;
|
| import 'utils.dart';
|
|
|
| void main() {
|
|
|