| Index: test/get/hosted/stay_locked_if_new_is_satisfied_test.dart
|
| diff --git a/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart b/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart
|
| index 7873c354ee004be2c3500f0f58ed50dd0a46120f..32531178a2cc8d8ad26606214bf5d1ef1abdd84d 100644
|
| --- a/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart
|
| +++ b/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart
|
| @@ -18,7 +18,7 @@ main() {
|
|
|
| pubGet();
|
|
|
| - d.packagesDir({
|
| + d.appPackagesFile({
|
| "foo": "1.0.0",
|
| "bar": "1.0.0",
|
| "baz": "1.0.0"
|
| @@ -35,7 +35,7 @@ main() {
|
|
|
| pubGet();
|
|
|
| - d.packagesDir({
|
| + d.appPackagesFile({
|
| "foo": "1.0.0",
|
| "bar": "1.0.0",
|
| "baz": "1.0.0",
|
|
|