| 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 5af581efbd662ec82abe902d62ed00c0d6e47ef8..5263707a1f9d8f9cdc78de801f6febc6bb05824c 100644
|
| --- a/tests/html/js_interop_1_test.dart
|
| +++ b/tests/html/js_interop_1_test.dart
|
| @@ -19,7 +19,7 @@ main() {
|
| useHtmlConfiguration();
|
| var callback;
|
|
|
| - test('jsPostMessage', () {
|
| + test('js-to-dart-post-message', () {
|
| callback = expectAsync1((e) {
|
| Expect.equals('hello', e.data);
|
| window.on.message.remove(callback);
|
|
|