| Index: test/get/hosted/unlock_if_new_is_unsatisfied_test.dart
|
| diff --git a/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart b/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart
|
| index fd65adc5202c51dde08c1328331947505ac4aea6..985a3482690dc927843e7b0093f267b1239d9149 100644
|
| --- a/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart
|
| +++ b/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart
|
| @@ -19,7 +19,7 @@ main() {
|
|
|
| pubGet();
|
|
|
| - d.packagesDir({
|
| + d.appPackagesFile({
|
| "foo": "1.0.0",
|
| "bar": "1.0.0",
|
| "baz": "1.0.0",
|
| @@ -38,7 +38,7 @@ main() {
|
|
|
| pubGet();
|
|
|
| - d.packagesDir({
|
| + d.appPackagesFile({
|
| "foo": "2.0.0",
|
| "bar": "2.0.0",
|
| "baz": "2.0.0",
|
|
|