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 0a5e70d6af1a1e2823c2b62ee1de7c1db47e3a71..b64e69ff1adce58515781bac9d6b184694b95824 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,8 @@ main() { |
]) |
]).create(); |
- pubServe(shouldGetFirst: true); |
+ pubGet(); |
+ pubServe(); |
waitForBuildSuccess(); |
requestShouldSucceed("index.html", "body"); |