We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbe028 commit 0df56a3Copy full SHA for 0df56a3
test/test_query.py
@@ -1092,7 +1092,7 @@ def test_get_multiple_terms(self):
1092
def test_get_mixed_terms(self):
1093
q = "baz -title:bar"
1094
results = self.lib.items(q)
1095
- self.assert_items_matched(results, ["baz qux"])
+ self.assert_items_matched(results, ["bz qux"])
1096
1097
def test_fast_vs_slow(self):
1098
"""Test that the results are the same regardless of the `fast` flag
0 commit comments