| Index: lib/src/runner/live_suite.dart
|
| diff --git a/lib/src/runner/live_suite.dart b/lib/src/runner/live_suite.dart
|
| index d15f0da4ec90f1bd7c125b849e4eaad1a9a34d8c..6f543aca38bcf557a49823fda18ff28cc559bd9f 100644
|
| --- a/lib/src/runner/live_suite.dart
|
| +++ b/lib/src/runner/live_suite.dart
|
| @@ -36,8 +36,8 @@ abstract class LiveSuite {
|
| /// complete, but it's possible for a test to continue running even after it's
|
| /// been marked complete—see [LiveTest.isComplete] for details.
|
| ///
|
| - /// The [onComplete] future can be used to determine when the suite and its
|
| - /// tests are guaranteed to emit no more events.
|
| + /// The [onClose] future can be used to determine when the suite and its tests
|
| + /// are guaranteed to emit no more events.
|
| Future get onComplete;
|
|
|
| /// Whether the suite has been closed.
|
|
|