| Index: test/get/hosted/get_transitive_test.dart
|
| diff --git a/test/get/hosted/get_transitive_test.dart b/test/get/hosted/get_transitive_test.dart
|
| index 8034a1b69dce8a7b8ac02ff94630ebcd6d37c065..c0fffd15be702327dcab6b2aff18eebb77398324 100644
|
| --- a/test/get/hosted/get_transitive_test.dart
|
| +++ b/test/get/hosted/get_transitive_test.dart
|
| @@ -19,6 +19,6 @@ main() {
|
| pubGet();
|
|
|
| d.cacheDir({"foo": "1.2.3", "bar": "2.0.4"}).validate();
|
| - d.packagesDir({"foo": "1.2.3", "bar": "2.0.4"}).validate();
|
| + d.appPackagesFile({"foo": "1.2.3", "bar": "2.0.4"}).validate();
|
| });
|
| }
|
|
|