| Index: pkg/scheduled_test/lib/descriptor.dart
 | 
| diff --git a/pkg/scheduled_test/lib/descriptor.dart b/pkg/scheduled_test/lib/descriptor.dart
 | 
| index f832b9a3ac10c5aa3bb81097c91d27c2d4e056b4..ecb89f399895d9b9b068dfa4e99eab54ee6aa691 100644
 | 
| --- a/pkg/scheduled_test/lib/descriptor.dart
 | 
| +++ b/pkg/scheduled_test/lib/descriptor.dart
 | 
| @@ -64,7 +64,7 @@ library descriptor;
 | 
|  
 | 
|  import 'dart:async';
 | 
|  
 | 
| -import '../../../pkg/pathos/lib/path.dart' as path;
 | 
| +import 'package:pathos/path.dart' as path;
 | 
|  
 | 
|  import 'scheduled_test.dart';
 | 
|  import 'src/descriptor/async_descriptor.dart';
 | 
| 
 |