| Index: pkg/scheduled_test/lib/src/descriptor/file_descriptor.dart
 | 
| diff --git a/pkg/scheduled_test/lib/src/descriptor/file_descriptor.dart b/pkg/scheduled_test/lib/src/descriptor/file_descriptor.dart
 | 
| index ffcf567c8f0cbed2b1dd06e1d87c953cf72848e0..75327d1476d6e59c12953ee50c20ff916b597dfe 100644
 | 
| --- a/pkg/scheduled_test/lib/src/descriptor/file_descriptor.dart
 | 
| +++ b/pkg/scheduled_test/lib/src/descriptor/file_descriptor.dart
 | 
| @@ -9,7 +9,7 @@ import 'dart:io';
 | 
|  import 'dart:math' as math;
 | 
|  import 'dart:utf';
 | 
|  
 | 
| -import '../../../../../pkg/pathos/lib/path.dart' as path;
 | 
| +import 'package:pathos/path.dart' as path;
 | 
|  
 | 
|  import '../../descriptor.dart';
 | 
|  import '../../scheduled_test.dart';
 | 
| 
 |