| Index: sdk/lib/_internal/pub/test/get/git/unlock_if_incompatible_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/unlock_if_incompatible_test.dart b/sdk/lib/_internal/pub/test/get/git/unlock_if_incompatible_test.dart
|
| similarity index 90%
|
| rename from sdk/lib/_internal/pub/test/install/git/unlock_if_incompatible_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/git/unlock_if_incompatible_test.dart
|
| index 3e70bb941ec5be64287a26bf69fad3178b0f1053..b7b3a35b2a7c54641bcc76e1eee293ff68306d43 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/unlock_if_incompatible_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/git/unlock_if_incompatible_test.dart
|
| @@ -9,7 +9,7 @@ import '../../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
| - integration('updates a locked Git package with a new incompatible '
|
| + integration('upgrades a locked Git package with a new incompatible '
|
| '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', [
|
|
|