| Index: pkg/scheduled_test/lib/src/schedule.dart
|
| diff --git a/pkg/scheduled_test/lib/src/schedule.dart b/pkg/scheduled_test/lib/src/schedule.dart
|
| index 2569b4bd9efebd4b70f2e7bf4a4cfc4035c051d3..84985c99973fe55e3a49c93ae1959f51f6d7dcea 100644
|
| --- a/pkg/scheduled_test/lib/src/schedule.dart
|
| +++ b/pkg/scheduled_test/lib/src/schedule.dart
|
| @@ -188,7 +188,7 @@ class Schedule {
|
| /// Signals that an out-of-band error has occurred. Using [wrapAsync] along
|
| /// with `throw` is usually preferable to calling this directly.
|
| ///
|
| - /// The metadata in [AsyncError]s and [ScheduleError]s will be preserved.
|
| + /// The metadata in [ScheduleError]s will be preserved.
|
| void signalError(error, [stackTrace]) {
|
| heartbeat();
|
|
|
|
|