Skip to content

Commit 4558e98

Browse files
removes redundant assertion
1 parent 04c987c commit 4558e98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_query_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ def test_text_query_with_string_filter():
305305
query_string = str(text_query)
306306
assert f"@{text_field_name}:(search | document | 12345)" in query_string
307307
assert f"AND {string_filter}" in query_string
308-
assert string_filter in query_string
309308

310309
# Test with FilterExpression - should also work (existing functionality)
311310
filter_expression = Tag("category") == "tech"

0 commit comments

Comments
 (0)