Skip to content

Commit 0df56a3

Browse files
committed
Make test fail
1 parent dfbe028 commit 0df56a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_query.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ def test_get_multiple_terms(self):
10921092
def test_get_mixed_terms(self):
10931093
q = "baz -title:bar"
10941094
results = self.lib.items(q)
1095-
self.assert_items_matched(results, ["baz qux"])
1095+
self.assert_items_matched(results, ["bz qux"])
10961096

10971097
def test_fast_vs_slow(self):
10981098
"""Test that the results are the same regardless of the `fast` flag

0 commit comments

Comments
 (0)