| Index: test/path_info_test.dart
|
| diff --git a/test/path_info_test.dart b/test/path_info_test.dart
|
| index c9a69b87365f2a4cab6eb33b05616b542335dadc..8812886fb1f44b20ffefa766c1030175b8cedbd6 100644
|
| --- a/test/path_info_test.dart
|
| +++ b/test/path_info_test.dart
|
| @@ -10,8 +10,8 @@ library path_info_test;
|
|
|
| import 'package:unittest/unittest.dart';
|
| import 'package:unittest/vm_config.dart';
|
| -import 'package:web_components/src/info.dart';
|
| -import 'package:web_components/src/file_system/path.dart' show Path;
|
| +import 'package:web_ui/src/info.dart';
|
| +import 'package:web_ui/src/file_system/path.dart' show Path;
|
| import 'testing.dart';
|
|
|
|
|
|
|