| Index: sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart b/sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart
|
| index b6069722ea7e99de46b3b4547780336d6ac2f2fd..9fd1e6afb25e6cca868ab1a218bea4a8c8aa6d03 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart
|
| @@ -19,7 +19,7 @@ main() {
|
| d.libPubspec('foo', '1.0.0')
|
| ]).create();
|
|
|
| - d.appDir([{"git": "../foo.git"}]).create();
|
| + d.appDir({"foo": {"git": "../foo.git"}}).create();
|
|
|
| pubInstall();
|
|
|
|
|