| Index: sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart b/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart
|
| index c9071c750dfeb82d41ebcbbab4252c12a18065f2..348e7677ae4b6e9f5a0aa4168f000d86b61beef9 100644
|
| --- a/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/global/activate/cached_package_test.dart
|
| @@ -10,9 +10,9 @@ import '../../test_pub.dart';
|
| main() {
|
| initConfig();
|
| integration('can activate an already cached package', () {
|
| - servePackages([
|
| - packageMap("foo", "1.0.0")
|
| - ]);
|
| + servePackages((builder) {
|
| + builder.serve("foo", "1.0.0");
|
| + });
|
|
|
| schedulePub(args: ["cache", "add", "foo"]);
|
|
|
|
|