| Index: test/hosted/remove_removed_transitive_dependency_test.dart
|
| diff --git a/test/hosted/remove_removed_transitive_dependency_test.dart b/test/hosted/remove_removed_transitive_dependency_test.dart
|
| index ed7958315fa8a6543fd5665f8676b081183356f5..a4f5faccb53856c3e0a06fb2b84801093d867a19 100644
|
| --- a/test/hosted/remove_removed_transitive_dependency_test.dart
|
| +++ b/test/hosted/remove_removed_transitive_dependency_test.dart
|
| @@ -28,7 +28,7 @@ main() {
|
|
|
| pubCommand(command);
|
|
|
| - d.packagesDir({
|
| + d.appPackagesFile({
|
| "foo": "1.0.0",
|
| "bar": "1.0.0",
|
| "shared_dep": "1.0.0",
|
| @@ -39,11 +39,9 @@ main() {
|
|
|
| pubCommand(command);
|
|
|
| - d.packagesDir({
|
| + d.appPackagesFile({
|
| "foo": "1.0.0",
|
| - "bar": null,
|
| - "shared_dep": "1.0.0",
|
| - "bar_dep": null,
|
| + "shared_dep": "1.0.0"
|
| }).validate();
|
| });
|
| });
|
|
|