Index: sdk/lib/_internal/pub/test/get/git/check_out_twice_test.dart |
diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_twice_test.dart b/sdk/lib/_internal/pub/test/get/git/check_out_twice_test.dart |
similarity index 88% |
rename from sdk/lib/_internal/pub/test/install/git/check_out_twice_test.dart |
rename to sdk/lib/_internal/pub/test/get/git/check_out_twice_test.dart |
index a62d4124d006cae16cf340650d3fc169b534eb6d..ee1f5534aa0f0149b4e5efed954ad128b5d57d5a 100644 |
--- a/sdk/lib/_internal/pub/test/install/git/check_out_twice_test.dart |
+++ b/sdk/lib/_internal/pub/test/get/git/check_out_twice_test.dart |
@@ -19,7 +19,7 @@ main() { |
d.appDir({"foo": {"git": "../foo.git"}}).create(); |
- pubInstall(); |
+ pubGet(); |
d.dir(cachePath, [ |
d.dir('git', [ |
@@ -34,8 +34,8 @@ main() { |
]) |
]).validate(); |
- // Verify that nothing breaks if we install a Git revision that's already |
+ // Verify that nothing breaks if we get a Git revision that's already |
// in the cache. |
- pubUpdate(); |
+ pubUpgrade(); |
}); |
} |