Index: sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart |
diff --git a/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart b/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart |
index 35370e73da9d94a32c217699dc5ebec09c5a092a..dd54f578f01732eb9269fe5702cc3e0c084f2cc1 100644 |
--- a/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart |
+++ b/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart |
@@ -24,7 +24,10 @@ main() { |
d.libPubspec('bar', '1.0.0') |
]).create(); |
- d.appDir([{"git": "../foo.git"}, {"git": "../bar.git"}]).create(); |
+ d.appDir({ |
+ "foo": {"git": "../foo.git"}, |
+ "bar": {"git": "../bar.git"} |
+ }).create(); |
pubInstall(); |