Index: test/get/git/check_out_branch_test.dart |
diff --git a/test/get/git/check_out_branch_test.dart b/test/get/git/check_out_branch_test.dart |
index 240a863d5c587c3c08357f361bdb61da6b79360e..7ff0503a14aa4e2d6c47cf3dc7a18ba9299bb5d6 100644 |
--- a/test/get/git/check_out_branch_test.dart |
+++ b/test/get/git/check_out_branch_test.dart |
@@ -25,7 +25,9 @@ main() { |
"foo": {"git": {"url": "../foo.git", "ref": "old"}} |
}).create(); |
- pubGet(); |
+ // TODO(rnystrom): Remove "--packages-dir" and validate using the |
+ // ".packages" file instead of looking in the "packages" directory. |
+ pubGet(args: ["--packages-dir"]); |
d.dir(packagesPath, [ |
d.dir('foo', [ |