| Index: test/get/git/locked_revision_without_repo_test.dart
|
| diff --git a/test/get/git/locked_revision_without_repo_test.dart b/test/get/git/locked_revision_without_repo_test.dart
|
| index 69e918edd9fba4d9a2394e466226fb3157406d5d..30f221cc27974b77a5c7fc105e87e4c26c385b99 100644
|
| --- a/test/get/git/locked_revision_without_repo_test.dart
|
| +++ b/test/get/git/locked_revision_without_repo_test.dart
|
| @@ -23,7 +23,7 @@ main() {
|
| d.appDir({"foo": {"git": "../foo.git"}}).create();
|
|
|
| // This get should lock the foo.git dependency to the current revision.
|
| - pubGet();
|
| + pubGet(args: ["--packages-dir"]);
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
| @@ -42,7 +42,7 @@ main() {
|
| ]).commit();
|
|
|
| // This get shouldn't upgrade the foo.git dependency due to the lockfile.
|
| - pubGet();
|
| + pubGet(args: ["--packages-dir"]);
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
|
|