| Index: test/get/switch_source_test.dart
|
| diff --git a/test/get/switch_source_test.dart b/test/get/switch_source_test.dart
|
| index f863d4b02fbfd113ea8e2600dfeadcbeec8d04f8..7efe4313c613154c1e4c4f299c5e7547cafb3312 100644
|
| --- a/test/get/switch_source_test.dart
|
| +++ b/test/get/switch_source_test.dart
|
| @@ -18,11 +18,11 @@ main() {
|
|
|
| pubGet();
|
|
|
| - d.packagesDir({"foo": "0.0.1"}).validate();
|
| + d.appPackagesFile({"foo": "../foo"}).validate();
|
| d.appDir({"foo": "any"}).create();
|
|
|
| pubGet();
|
|
|
| - d.packagesDir({"foo": "1.2.3"}).validate();
|
| + d.appPackagesFile({"foo": "1.2.3"}).validate();
|
| });
|
| }
|
|
|