| Index: pkg/scheduled_test/test/scheduled_future_matchers_test.dart
|
| diff --git a/pkg/scheduled_test/test/scheduled_future_matchers_test.dart b/pkg/scheduled_test/test/scheduled_future_matchers_test.dart
|
| index e1e3699445dbdb2b8ec0b015ef104791c2321809..10efdc1efeeba14d477ed589e2dedf4b3bd8aa05 100644
|
| --- a/pkg/scheduled_test/test/scheduled_future_matchers_test.dart
|
| +++ b/pkg/scheduled_test/test/scheduled_future_matchers_test.dart
|
| @@ -9,7 +9,9 @@ import 'package:scheduled_test/scheduled_test.dart';
|
| import 'metatest.dart';
|
| import 'utils.dart';
|
|
|
| -void main() {
|
| +void main(List<String> args, message) {
|
| + metaTestInit(message);
|
| +
|
| setUpTimeout();
|
|
|
| expectTestsPass("expect(..., completes) with a completing future should pass",
|
|
|