Index: tests/html/xmldocument_test.dart |
diff --git a/tests/html/xmldocument_test.dart b/tests/html/xmldocument_test.dart |
index 3dba45eb7d899a81c56edb99dd6df6779fc72abc..dccf15b043c9313c5900912f75be6a946049ef2f 100644 |
--- a/tests/html/xmldocument_test.dart |
+++ b/tests/html/xmldocument_test.dart |
@@ -121,8 +121,8 @@ main() { |
}); |
test('isEmpty', () { |
- Expect.isFalse(makeClassSet().isEmpty()); |
- Expect.isTrue(makeDocument().classes.isEmpty()); |
+ Expect.isFalse(makeClassSet().isEmpty); |
+ Expect.isTrue(makeDocument().classes.isEmpty); |
}); |
test('length', () { |
@@ -534,7 +534,7 @@ main() { |
expectEmptyRect(rect.offset); |
expectEmptyRect(rect.scroll); |
expectEmptyRect(rect.bounding); |
- Expect.isTrue(rect.clientRects.isEmpty()); |
+ Expect.isTrue(rect.clientRects.isEmpty); |
})); |
}); |