| Index: pkg/intl/test/find_default_locale_browser_test.dart
|
| diff --git a/pkg/intl/test/find_default_locale_browser_test.dart b/pkg/intl/test/find_default_locale_browser_test.dart
|
| index 1cc177eb53de63f54b399d92a4c65aaf20c8073f..f00b4c8e632055e118868435413d9672c6cae86e 100644
|
| --- a/pkg/intl/test/find_default_locale_browser_test.dart
|
| +++ b/pkg/intl/test/find_default_locale_browser_test.dart
|
| @@ -14,7 +14,7 @@ main() {
|
| // should find a way to force the system locale before the test is run
|
| // and then verify that it's actually the correct value.
|
| Intl.systemLocale = 'xx_YY';
|
| - var callback = expectAsync1(verifyLocale);
|
| + var callback = expectAsync(verifyLocale);
|
| findSystemLocale().then(callback);
|
| });
|
| }
|
|
|