Index: test/serve/does_not_watch_compiled_js_files_test.dart |
diff --git a/test/serve/does_not_watch_compiled_js_files_test.dart b/test/serve/does_not_watch_compiled_js_files_test.dart |
index 94be82026fb7e33b57f48ab47de1f15df67b2b53..0a5e70d6af1a1e2823c2b62ee1de7c1db47e3a71 100644 |
--- a/test/serve/does_not_watch_compiled_js_files_test.dart |
+++ b/test/serve/does_not_watch_compiled_js_files_test.dart |
@@ -17,7 +17,7 @@ main() { |
]) |
]).create(); |
- pubServe(); |
+ pubServe(shouldGetFirst: true); |
waitForBuildSuccess(); |
requestShouldSucceed("index.html", "body"); |