| Index: pkg/http/test/streamed_request_test.dart
|
| diff --git a/pkg/http/test/streamed_request_test.dart b/pkg/http/test/streamed_request_test.dart
|
| index 4ded6312ab76293c1781764898bc1ae8700ddc95..6a62bdcfb93cae5299321999848c66b7367fdc2b 100644
|
| --- a/pkg/http/test/streamed_request_test.dart
|
| +++ b/pkg/http/test/streamed_request_test.dart
|
| @@ -7,7 +7,7 @@ library streamed_request_test;
|
| import 'dart:io';
|
|
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:http/http.dart' as http;
|
| +import '../lib/http.dart' as http;
|
| import 'utils.dart';
|
|
|
| void main() {
|
|
|