| Index: test/get/hosted/unlock_if_version_doesnt_exist_test.dart
 | 
| diff --git a/test/get/hosted/unlock_if_version_doesnt_exist_test.dart b/test/get/hosted/unlock_if_version_doesnt_exist_test.dart
 | 
| index 371a780d0c0ee6249bc6202e5b83ad7b7669972e..c48f071feeb0fd99c364816946281fd2551a41c6 100644
 | 
| --- a/test/get/hosted/unlock_if_version_doesnt_exist_test.dart
 | 
| +++ b/test/get/hosted/unlock_if_version_doesnt_exist_test.dart
 | 
| @@ -20,7 +20,7 @@ main() {
 | 
|  
 | 
|      schedule(() => deleteEntry(p.join(sandboxDir, cachePath)));
 | 
|  
 | 
| -    servePackages((builder) => builder.serve("foo", "1.0.1"), replace: true);
 | 
| +    globalPackageServer.replace((builder) => builder.serve("foo", "1.0.1"));
 | 
|      pubGet();
 | 
|      d.packagesDir({"foo": "1.0.1"}).validate();
 | 
|    });
 | 
| 
 |