| Index: test/serve/serves_file_with_space_test.dart
 | 
| diff --git a/test/serve/serves_file_with_space_test.dart b/test/serve/serves_file_with_space_test.dart
 | 
| index abc4e04a61f878e7b77e1ffaa7952b04229f7157..9054ace4dcb989b9fbf145246e45f00d9090e1d3 100644
 | 
| --- a/test/serve/serves_file_with_space_test.dart
 | 
| +++ b/test/serve/serves_file_with_space_test.dart
 | 
| @@ -20,7 +20,8 @@ main() {
 | 
|        ])
 | 
|      ]).create();
 | 
|  
 | 
| -    pubServe(shouldGetFirst: true);
 | 
| +    pubGet();
 | 
| +    pubServe();
 | 
|      requestShouldSucceed("foo%20bar.txt", "outer contents");
 | 
|      requestShouldSucceed("sub%20dir/inner.txt", "inner contents");
 | 
|      endPubServe();
 | 
| 
 |