| Index: sdk/lib/_internal/pub/test/get/git/check_out_branch_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart b/sdk/lib/_internal/pub/test/get/git/check_out_branch_test.dart
|
| similarity index 98%
|
| rename from sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/git/check_out_branch_test.dart
|
| index 5e244ce439acd96a014fdecefd7561aab20c039e..ad4cd8d4a40eae449a0cda86aebdb399c10f6ca7 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/git/check_out_branch_test.dart
|
| @@ -28,7 +28,7 @@ main() {
|
| "foo": {"git": {"url": "../foo.git", "ref": "old"}}
|
| }).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
|
|