Index: test/upgrade/hosted/unlock_if_necessary_test.dart |
diff --git a/test/upgrade/hosted/unlock_if_necessary_test.dart b/test/upgrade/hosted/unlock_if_necessary_test.dart |
index 1b015070607ba86f47ccba024f423f49bf5e0af5..26e7a5ad21061de3e125340a8775524145044083 100644 |
--- a/test/upgrade/hosted/unlock_if_necessary_test.dart |
+++ b/test/upgrade/hosted/unlock_if_necessary_test.dart |
@@ -17,7 +17,7 @@ main() { |
pubGet(); |
- d.packagesDir({ |
+ d.appPackagesFile({ |
"foo": "1.0.0", |
"foo_dep": "1.0.0" |
}).validate(); |
@@ -29,7 +29,7 @@ main() { |
pubUpgrade(args: ['foo']); |
- d.packagesDir({ |
+ d.appPackagesFile({ |
"foo": "2.0.0", |
"foo_dep": "2.0.0" |
}).validate(); |