| Index: pkg/scheduled_test/lib/src/scheduled_future_matchers.dart
|
| diff --git a/pkg/scheduled_test/lib/src/scheduled_future_matchers.dart b/pkg/scheduled_test/lib/src/scheduled_future_matchers.dart
|
| index 599613dee8bd4cffd484de108989df1c4d29b966..fcdaacba03dc29f6dbbcacb5f23808e7a3d5b8dc 100644
|
| --- a/pkg/scheduled_test/lib/src/scheduled_future_matchers.dart
|
| +++ b/pkg/scheduled_test/lib/src/scheduled_future_matchers.dart
|
| @@ -21,7 +21,7 @@ import '../scheduled_test.dart';
|
| /// This differs from the `completes` matcher in `unittest` in that it pipes any
|
| /// errors in the Future to [currentSchedule], rather than reporting them in the
|
| /// [expect]'s error message.
|
| -Matcher completes = const _ScheduledCompletes(null, null);
|
| +final Matcher completes = const _ScheduledCompletes(null, null);
|
|
|
| /// Matches a [Future] that completes succesfully with a value that matches
|
| /// [matcher]. Note that this creates an asynchronous expectation. The call to
|
|
|