| Index: pkg/http/test/multipart_test.dart
|
| diff --git a/pkg/http/test/multipart_test.dart b/pkg/http/test/multipart_test.dart
|
| index 61535414489d800161ca84850f603c198677d2e3..5a3636e503179e207cd0e6eee8250689e375e494 100644
|
| --- a/pkg/http/test/multipart_test.dart
|
| +++ b/pkg/http/test/multipart_test.dart
|
| @@ -10,7 +10,7 @@ import 'dart:utf';
|
|
|
| import 'package:http/http.dart' as http;
|
| import 'package:http/src/utils.dart';
|
| -import 'package:pathos/path.dart' as path;
|
| +import 'package:path/path.dart' as path;
|
| import 'package:unittest/unittest.dart';
|
|
|
| import 'utils.dart';
|
|
|