| Index: pkg/watcher/test/utils.dart
|
| diff --git a/pkg/watcher/test/utils.dart b/pkg/watcher/test/utils.dart
|
| index 136c8b01466e39bd51be7cdd03971495b66820e4..567bdb22102cf455d0fd43fa81ec94dfac1bea86 100644
|
| --- a/pkg/watcher/test/utils.dart
|
| +++ b/pkg/watcher/test/utils.dart
|
| @@ -143,7 +143,7 @@ void startWatcher({String dir}) {
|
| }, "reset watcher");
|
|
|
| return _watcher.events;
|
| - }, "create watcher")).asBroadcastStream();
|
| + }, "create watcher"), broadcast: true);
|
|
|
| schedule(() => _watcher.ready, "wait for watcher to be ready");
|
| }
|
|
|