Index: tests/html/query_test.dart |
diff --git a/tests/html/query_test.dart b/tests/html/query_test.dart |
index c7e936e976ac326a76058014b232d80d8782f58c..6abae94fb7e912ccc8295564a9369d4bf839f3d3 100644 |
--- a/tests/html/query_test.dart |
+++ b/tests/html/query_test.dart |
@@ -48,6 +48,6 @@ main() { |
test('queryAll (None)', () { |
List l = queryAll('video'); |
- Expect.isTrue(l.isEmpty()); |
+ Expect.isTrue(l.isEmpty); |
}); |
} |