| Index: pkg/http/test/client_test.dart
|
| diff --git a/pkg/http/test/client_test.dart b/pkg/http/test/client_test.dart
|
| index 673ba1d8ed2d02a78f69f850214dd7f20fe65123..009f1472ca18ff9fedfaa5756ea07a7b71e984b4 100644
|
| --- a/pkg/http/test/client_test.dart
|
| +++ b/pkg/http/test/client_test.dart
|
| @@ -6,9 +6,9 @@ library client_test;
|
|
|
| import 'dart:io';
|
|
|
| -import '../../unittest/lib/unittest.dart';
|
| -import '../lib/http.dart' as http;
|
| -import '../lib/src/utils.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:http/http.dart' as http;
|
| +import 'package:http/src/utils.dart';
|
| import 'utils.dart';
|
|
|
| void main() {
|
|
|