| Index: utils/tests/pub/install/path/no_pubspec_test.dart
 | 
| diff --git a/utils/tests/pub/install/path/no_pubspec_test.dart b/utils/tests/pub/install/path/no_pubspec_test.dart
 | 
| index 37620faece58c0c87fed474a56ed2b6878f5c129..4553861545161151a7108770bb756b586916dab7 100644
 | 
| --- a/utils/tests/pub/install/path/no_pubspec_test.dart
 | 
| +++ b/utils/tests/pub/install/path/no_pubspec_test.dart
 | 
| @@ -4,8 +4,8 @@
 | 
|  
 | 
|  import 'dart:io';
 | 
|  
 | 
| -import '../../../../../pkg/pathos/lib/path.dart' as path;
 | 
| -import '../../../../../pkg/scheduled_test/lib/scheduled_test.dart';
 | 
| +import 'package:pathos/path.dart' as path;
 | 
| +import 'package:scheduled_test/scheduled_test.dart';
 | 
|  
 | 
|  import '../../descriptor.dart' as d;
 | 
|  import '../../test_pub.dart';
 | 
| 
 |