| Index: test/serve/watch_removed_file_test.dart
|
| diff --git a/test/serve/watch_removed_file_test.dart b/test/serve/watch_removed_file_test.dart
|
| index fffa86f82c0c74a38a1b310e2e3d4dbc25b915e0..f3637baebe838fc266042a7faaafebdf4d406fb8 100644
|
| --- a/test/serve/watch_removed_file_test.dart
|
| +++ b/test/serve/watch_removed_file_test.dart
|
| @@ -21,7 +21,8 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - pubServe(shouldGetFirst: true);
|
| + pubGet();
|
| + pubServe();
|
| requestShouldSucceed("index.html", "body");
|
|
|
| schedule(() => deleteEntry(
|
|
|