Index: pkg/intl/test/date_time_format_http_request_test.dart |
diff --git a/pkg/intl/test/date_time_format_http_request_test.dart b/pkg/intl/test/date_time_format_http_request_test.dart |
index e74448d9ae1766fac94012c7dcbc921bf01b6392..139cf6d62bdb32049f92aaf1c4039becfac96894 100644 |
--- a/pkg/intl/test/date_time_format_http_request_test.dart |
+++ b/pkg/intl/test/date_time_format_http_request_test.dart |
@@ -30,7 +30,7 @@ main() { |
void runEverything(_) { |
// Initialize all locales and wait for them to finish before running tests. |
var futures = DateFormat.allLocalesWithSymbols() |
- .mappedBy((locale) => initializeDateFormatting(locale, url)) |
+ .map((locale) => initializeDateFormatting(locale, url)) |
.toList(); |
Future.wait(futures).then(expectAsync1((_) { |
runDateTests(smallSetOfLocales()); |