| Index: pkg/watcher/test/ready/shared.dart
|
| diff --git a/pkg/watcher/test/ready/shared.dart b/pkg/watcher/test/ready/shared.dart
|
| index af1b58f990d5f17abae84934f588695cdab77c93..7be48331e2be7bcd54b41691a15dbec46d75df79 100644
|
| --- a/pkg/watcher/test/ready/shared.dart
|
| +++ b/pkg/watcher/test/ready/shared.dart
|
| @@ -6,7 +6,7 @@ import 'package:scheduled_test/scheduled_test.dart';
|
|
|
| import '../utils.dart';
|
|
|
| -sharedTests() {
|
| +void sharedTests() {
|
| test('ready does not complete until after subscription', () {
|
| var watcher = createWatcher(waitForReady: false);
|
|
|
|
|