| Index: pkg/http/test/multipart_test.dart
|
| diff --git a/pkg/http/test/multipart_test.dart b/pkg/http/test/multipart_test.dart
|
| index 9ebcb834bce2927da70ee56f1f471cdd37a0984b..03f6e9a92fafb5facaa61e5c585bbc26bed512f9 100644
|
| --- a/pkg/http/test/multipart_test.dart
|
| +++ b/pkg/http/test/multipart_test.dart
|
| @@ -10,8 +10,8 @@ import 'dart:utf';
|
|
|
| import 'package:pathos/path.dart' as path;
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:http/http.dart' as http;
|
| -import 'package:http/src/utils.dart';
|
| +import '../lib/http.dart' as http;
|
| +import '../lib/src/utils.dart';
|
|
|
| import 'utils.dart';
|
|
|
|
|