Skip to content

Commit 4569d33

Browse files
Merge branch 'v0.1.0' into dev
2 parents fa967f9 + ba6f63e commit 4569d33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_query/test_handlers/test_parsers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def test_search_query(self, subquery, results) -> None:
6767
if results[0]:
6868
path = path.resolve()
6969

70+
assert callable(search_query.condition)
7071
assert search_query.path == path
7172
assert [field.field for field in search_query.fields] == columns
7273
assert search_query.columns == columns
@@ -95,6 +96,7 @@ def test_search_query_with_size_fields(self, subquery, results) -> None:
9596
if results[0]:
9697
path = path.resolve()
9798

99+
assert callable(search_query.condition)
98100
assert search_query.path == path
99101
assert [field.unit for field in search_query.fields] == units
100102
assert search_query.columns == columns

0 commit comments

Comments
 (0)