Index: tests/html/node_test.dart |
diff --git a/tests/html/node_test.dart b/tests/html/node_test.dart |
index 44bd28efa5cb52220f067bf172d891f12cd1c116..5d5ac00245b0d87af571bb17d216610125a6fbab 100644 |
--- a/tests/html/node_test.dart |
+++ b/tests/html/node_test.dart |
@@ -88,8 +88,8 @@ main() { |
}); |
test('isEmpty', () { |
- Expect.isTrue(makeNode().nodes.isEmpty()); |
- Expect.isFalse(makeNodeWithChildren().nodes.isEmpty()); |
+ Expect.isTrue(makeNode().nodes.isEmpty); |
+ Expect.isFalse(makeNodeWithChildren().nodes.isEmpty); |
}); |
test('length', () { |