| Index: sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart b/sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart
|
| index 3e5aef0bb4dea3f0f668554dac31488926edbeec..b941083447a6b06714437247cb669b5142fe791e 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart
|
| @@ -26,7 +26,9 @@ main() {
|
| d.libPubspec('foo', '1.0.0')
|
| ]).commit();
|
|
|
| - d.appDir([{"git": {"url": "../foo.git", "ref": "old"}}]).create();
|
| + d.appDir({
|
| + "foo": {"git": {"url": "../foo.git", "ref": "old"}}
|
| + }).create();
|
|
|
| pubInstall();
|
|
|
|
|