| Index: pkg/scheduled_test/test/utils.dart
|
| diff --git a/pkg/scheduled_test/test/utils.dart b/pkg/scheduled_test/test/utils.dart
|
| index 7750e8a247a9786d7f6b321d4e925452b5368585..d6c272d4e2e4a9bbc968e205d240d444f78615ed 100644
|
| --- a/pkg/scheduled_test/test/utils.dart
|
| +++ b/pkg/scheduled_test/test/utils.dart
|
| @@ -7,10 +7,10 @@ library test_utils;
|
| import 'dart:io';
|
| import 'dart:async';
|
|
|
| -import '../lib/src/utils.dart';
|
| -import '../lib/src/mock_clock.dart' as mock_clock;
|
| +import 'package:scheduled_test/src/utils.dart';
|
| +import 'package:scheduled_test/src/mock_clock.dart' as mock_clock;
|
|
|
| -export '../lib/src/utils.dart';
|
| +export 'package:scheduled_test/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.
|
|
|