| Index: tests/html/js_interop_1_test.dart
|
| diff --git a/tests/html/js_interop_1_test.dart b/tests/html/js_interop_1_test.dart
|
| index 74399923217b46d09a6121e1a3c9d7a4ab0616da..7ba954ddd35bb4ced93b5704c473d4b7acc49f79 100644
|
| --- a/tests/html/js_interop_1_test.dart
|
| +++ b/tests/html/js_interop_1_test.dart
|
| @@ -21,7 +21,7 @@ main() {
|
| test('js-to-dart-post-message', () {
|
| var subscription = null;
|
| var complete = false;
|
| - subscription = window.onMessage.listen(expectAsyncUntil1(
|
| + subscription = window.onMessage.listen(expectAsyncUntil(
|
| (e) {
|
| if (e.data == 'hello') {
|
| subscription.cancel();
|
|
|