| Index: sdk/lib/_internal/pub/test/update/git/update_to_incompatible_pubspec_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/update/git/update_to_incompatible_pubspec_test.dart b/sdk/lib/_internal/pub/test/update/git/update_to_incompatible_pubspec_test.dart
|
| index 348d6dbc8d5c94a6629e62c44be5765d546b88bc..7fbf233f40399995f21ea420aa27a477c8cc87eb 100644
|
| --- a/sdk/lib/_internal/pub/test/update/git/update_to_incompatible_pubspec_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/update/git/update_to_incompatible_pubspec_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();
|
|
|
|
|