| Index: test/hosted/remove_removed_dependency_test.dart
|
| diff --git a/test/hosted/remove_removed_dependency_test.dart b/test/hosted/remove_removed_dependency_test.dart
|
| index f6bfdc3b702b7f81afc190e6209cab2e47730a18..9dc05c0b47439921a047c26a0377d3074161e838 100644
|
| --- a/test/hosted/remove_removed_dependency_test.dart
|
| +++ b/test/hosted/remove_removed_dependency_test.dart
|
| @@ -17,7 +17,7 @@ main() {
|
|
|
| pubCommand(command);
|
|
|
| - d.packagesDir({
|
| + d.appPackagesFile({
|
| "foo": "1.0.0",
|
| "bar": "1.0.0"
|
| }).validate();
|
| @@ -26,9 +26,8 @@ main() {
|
|
|
| pubCommand(command);
|
|
|
| - d.packagesDir({
|
| - "foo": "1.0.0",
|
| - "bar": null
|
| + d.appPackagesFile({
|
| + "foo": "1.0.0"
|
| }).validate();
|
| });
|
| });
|
|
|