| Index: test/paths_test.dart
|
| diff --git a/test/paths_test.dart b/test/paths_test.dart
|
| index e7705ec9b279c2f2762be3f33f9660da4fa8c2cd..5ade585fb80fd860667d7b38a9fbf1269c78a845 100644
|
| --- a/test/paths_test.dart
|
| +++ b/test/paths_test.dart
|
| @@ -5,7 +5,7 @@
|
| /** Tests for [PathMapper]. */
|
| library path_info_test;
|
|
|
| -import 'package:pathos/path.dart' as path;
|
| +import 'package:path/path.dart' as path;
|
| import 'package:unittest/compact_vm_config.dart';
|
| import 'package:unittest/unittest.dart';
|
| import 'package:web_ui/src/info.dart';
|
|
|