| Index: test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
|
| diff --git a/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart b/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
|
| index 5b0a21b140cee2e29fb1085ff6ff48aa903e5e0f..6adc6365ef5081ca80a86d37dd01747fb67b39c6 100644
|
| --- a/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
|
| +++ b/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
|
| @@ -19,7 +19,7 @@ main() {
|
|
|
| pubGet();
|
|
|
| - d.packagesDir({
|
| + d.appPackagesFile({
|
| "foo": "1.0.0",
|
| "bar": "1.0.0",
|
| "shared_dep": "1.0.0"
|
| @@ -29,9 +29,8 @@ main() {
|
|
|
| pubGet();
|
|
|
| - d.packagesDir({
|
| + d.appPackagesFile({
|
| "foo": "1.0.0",
|
| - "bar": null,
|
| "shared_dep": "1.0.0"
|
| }).validate();
|
| });
|
|
|