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