Index: sdk/lib/_internal/pub/test/install/hosted/cached_pubspec_test.dart |
diff --git a/sdk/lib/_internal/pub/test/install/hosted/cached_pubspec_test.dart b/sdk/lib/_internal/pub/test/install/hosted/cached_pubspec_test.dart |
index b9e1d2a2b63da826b56e781ec336e6057835aa6d..dee49aeae2d03fb2ac1285ee398fa1f1737db872 100644 |
--- a/sdk/lib/_internal/pub/test/install/hosted/cached_pubspec_test.dart |
+++ b/sdk/lib/_internal/pub/test/install/hosted/cached_pubspec_test.dart |
@@ -17,7 +17,7 @@ main() { |
integration('does not request a pubspec for a cached package', () { |
servePackages([packageMap("foo", "1.2.3")]); |
- d.appDir([dependencyMap("foo", "1.2.3")]).create(); |
+ d.appDir({"foo": "1.2.3"}).create(); |
// Run install once so it gets cached. |
pubInstall(); |