| Index: sdk/lib/_internal/pub/test/get/git/stay_locked_if_compatible_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/stay_locked_if_compatible_test.dart b/sdk/lib/_internal/pub/test/get/git/stay_locked_if_compatible_test.dart
|
| similarity index 89%
|
| rename from sdk/lib/_internal/pub/test/install/git/stay_locked_if_compatible_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/git/stay_locked_if_compatible_test.dart
|
| index bf9194a94de21fde9db810c60c030d40f150a0f2..ff9764fc0b7a85087b9d82f1f8a21be03badb1b7 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/stay_locked_if_compatible_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/git/stay_locked_if_compatible_test.dart
|
| @@ -9,7 +9,7 @@ import '../../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
| - integration("doesn't update a locked Git package with a new compatible "
|
| + integration("doesn't upgrade a locked Git package with a new compatible "
|
| "constraint", () {
|
| ensureGit();
|
|
|
| @@ -20,7 +20,7 @@ main() {
|
|
|
| d.appDir({"foo": {"git": "../foo.git"}}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
| @@ -35,7 +35,7 @@ main() {
|
|
|
| d.appDir({"foo": {"git": "../foo.git", "version": ">=1.0.0"}}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
|
|