Index: tests/html/htmlcollection_test.dart |
diff --git a/tests/html/htmlcollection_test.dart b/tests/html/htmlcollection_test.dart |
index 0a9d0b2264d138fe6d2de67027063a65202af852..395ed2a63bcd2830ff2d9c639ec27c170ea28321 100644 |
--- a/tests/html/htmlcollection_test.dart |
+++ b/tests/html/htmlcollection_test.dart |
@@ -130,8 +130,8 @@ main() { |
Expect.equals(4, someChecked.length); |
Expect.equals(0, emptyDiv.length); |
- Expect.isFalse(someChecked.isEmpty()); |
- Expect.isTrue(emptyDiv.isEmpty()); |
+ Expect.isFalse(someChecked.isEmpty); |
+ Expect.isTrue(emptyDiv.isEmpty); |
root.remove(); |
}); |