Index: utils/tests/pub/install/hosted/install_test.dart |
diff --git a/utils/tests/pub/install/hosted/check_out_test.dart b/utils/tests/pub/install/hosted/install_test.dart |
similarity index 90% |
rename from utils/tests/pub/install/hosted/check_out_test.dart |
rename to utils/tests/pub/install/hosted/install_test.dart |
index ab8cab0482a352b127fed8d59d81e5b406d3f642..1ed4f404e9f58878424cb6e2bb9663d3dfb45647 100644 |
--- a/utils/tests/pub/install/hosted/check_out_test.dart |
+++ b/utils/tests/pub/install/hosted/install_test.dart |
@@ -9,7 +9,7 @@ import 'dart:io'; |
import '../../test_pub.dart'; |
main() { |
- integration('checks out a package from a pub server', () { |
+ integration('installs a package from a pub server', () { |
servePackages([package("foo", "1.2.3")]); |
appDir([dependency("foo", "1.2.3")]).scheduleCreate(); |