| Index: utils/tests/pub/descriptor/git.dart
 | 
| diff --git a/utils/tests/pub/descriptor/git.dart b/utils/tests/pub/descriptor/git.dart
 | 
| index 5e4b3b2c4fcaf03f89f3ef5acf6c0cc17c3d473d..5ef6e9809443feacd0b7b12b1f2e0ff23507cb78 100644
 | 
| --- a/utils/tests/pub/descriptor/git.dart
 | 
| +++ b/utils/tests/pub/descriptor/git.dart
 | 
| @@ -6,9 +6,9 @@ library descriptor.git;
 | 
|  
 | 
|  import 'dart:async';
 | 
|  
 | 
| -import '../../../../pkg/pathos/lib/path.dart' as path;
 | 
| -import '../../../../pkg/scheduled_test/lib/scheduled_test.dart';
 | 
| -import '../../../../pkg/scheduled_test/lib/descriptor.dart';
 | 
| +import 'package:pathos/path.dart' as path;
 | 
| +import 'package:scheduled_test/scheduled_test.dart';
 | 
| +import 'package:scheduled_test/descriptor.dart';
 | 
|  
 | 
|  import '../../../pub/git.dart' as git;
 | 
|  
 | 
| 
 |