Index: test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart |
diff --git a/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart b/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart |
index 3caa5570e56b86a94944a153c59933ae99902838..e501470984344ca8584b8496322ddddf024a08c1 100644 |
--- a/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart |
+++ b/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart |
@@ -47,7 +47,9 @@ main() { |
}); |
// Get the updated version of the git dependency based on the lockfile. |
- 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(cachePath, [ |
d.dir('git', [ |