Index: tests/html/js_interop_3_test.dart |
diff --git a/tests/html/js_interop_3_test.dart b/tests/html/js_interop_3_test.dart |
index 0894c3b1d9dbfa588148e1a22ff661040cfbcb96..c8ab35172f1951a497a4f725fe8957134e9a0c4f 100644 |
--- a/tests/html/js_interop_3_test.dart |
+++ b/tests/html/js_interop_3_test.dart |
@@ -31,7 +31,7 @@ main() { |
Expect.equals('Hello', message['a']); |
Expect.equals('World', message['b']); |
Expect.equals(42, message['c']); |
- Expect.equals(3, message.getKeys().length); |
+ Expect.equals(3, message.keys.length); |
return 42; |
}; |