| Index: pkg/scheduled_test/lib/src/descriptor/file.dart
|
| diff --git a/pkg/scheduled_test/lib/src/descriptor/file.dart b/pkg/scheduled_test/lib/src/descriptor/file.dart
|
| index 2fefb89ca782a14f0e9b6d31fe1a5d0319a3a116..15b9ef46f3f0d665dcafc2b7031cdfd210eb587f 100644
|
| --- a/pkg/scheduled_test/lib/src/descriptor/file.dart
|
| +++ b/pkg/scheduled_test/lib/src/descriptor/file.dart
|
| @@ -9,7 +9,7 @@ import 'dart:io' as io;
|
| import 'dart:math' as math;
|
| import 'dart:utf';
|
|
|
| -import 'package:pathos/path.dart' as path;
|
| +import '../../../../../pkg/pathos/lib/path.dart' as path;
|
|
|
| import '../../descriptor.dart' as descriptor;
|
| import '../../scheduled_test.dart';
|
|
|