| Index: test/serve/missing_asset_test.dart
|
| diff --git a/test/serve/missing_asset_test.dart b/test/serve/missing_asset_test.dart
|
| index 30a54c18d6234f2618004957cbf9c49c3dc16834..12282bcbc79e2b8c3a7a958b7c6fe41aeb5d96ea 100644
|
| --- a/test/serve/missing_asset_test.dart
|
| +++ b/test/serve/missing_asset_test.dart
|
| @@ -14,7 +14,8 @@ main() {
|
| d.appPubspec()
|
| ]).create();
|
|
|
| - pubServe(shouldGetFirst: true);
|
| + pubGet();
|
| + pubServe();
|
| requestShould404("index.html");
|
| requestShould404("packages/myapp/nope.dart");
|
| requestShould404("dir/packages/myapp/nope.dart");
|
|
|