| Index: sdk/lib/_internal/pub/test/install/git/check_out_twice_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_twice_test.dart b/sdk/lib/_internal/pub/test/install/git/check_out_twice_test.dart
|
| index 2aef9542bd432942ec9f3e85f3d5cc8bca4f25bd..8f9b82329080a6f66c85449ea82f8302db433871 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_twice_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/git/check_out_twice_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();
|
|
|
|
|