Index: sdk/lib/_internal/pub/test/upgrade/hosted/upgrade_removed_constraints_test.dart |
diff --git a/sdk/lib/_internal/pub/test/update/hosted/update_removed_constraints_test.dart b/sdk/lib/_internal/pub/test/upgrade/hosted/upgrade_removed_constraints_test.dart |
similarity index 88% |
rename from sdk/lib/_internal/pub/test/update/hosted/update_removed_constraints_test.dart |
rename to sdk/lib/_internal/pub/test/upgrade/hosted/upgrade_removed_constraints_test.dart |
index a5ed1c6003c299ca5dfa40e649c71d157c16b88b..3dea9766bde1609b86e75d676f5b84803d33d6c5 100644 |
--- a/sdk/lib/_internal/pub/test/update/hosted/update_removed_constraints_test.dart |
+++ b/sdk/lib/_internal/pub/test/upgrade/hosted/upgrade_removed_constraints_test.dart |
@@ -9,7 +9,7 @@ import '../../test_pub.dart'; |
main() { |
initConfig(); |
- integration("updates dependencies whose constraints have been removed", () { |
+ integration("upgrades dependencies whose constraints have been removed", () { |
servePackages([ |
packageMap("foo", "1.0.0", {"shared-dep": "any"}), |
packageMap("bar", "1.0.0", {"shared-dep": "<2.0.0"}), |
@@ -19,7 +19,7 @@ main() { |
d.appDir({"foo": "any", "bar": "any"}).create(); |
- pubUpdate(); |
+ pubUpgrade(); |
d.packagesDir({ |
"foo": "1.0.0", |
@@ -29,7 +29,7 @@ main() { |
d.appDir({"foo": "any"}).create(); |
- pubUpdate(); |
+ pubUpgrade(); |
d.packagesDir({ |
"foo": "1.0.0", |