| Index: pkg/scheduled_test/test/utils.dart
|
| diff --git a/pkg/scheduled_test/test/utils.dart b/pkg/scheduled_test/test/utils.dart
|
| index 3d59e660b81a919beef9eb52700975860a46eedc..8f0bd2373f3bdcc232e4166f05d899f19acc035d 100644
|
| --- a/pkg/scheduled_test/test/utils.dart
|
| +++ b/pkg/scheduled_test/test/utils.dart
|
| @@ -6,10 +6,10 @@ library test_utils;
|
|
|
| import 'dart:async';
|
|
|
| -import 'package:scheduled_test/src/utils.dart';
|
| -import 'package:scheduled_test/src/mock_clock.dart' as mock_clock;
|
| +import '../lib/src/utils.dart';
|
| +import '../lib/src/mock_clock.dart' as mock_clock;
|
|
|
| -export 'package:scheduled_test/src/utils.dart';
|
| +export '../lib/src/utils.dart';
|
|
|
| /// Wraps [input] to provide a timeout. If [input] completes before
|
| /// [milliseconds] have passed, then the return value completes in the same way.
|
|
|