summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_query.py b/test/test_query.py
index 3a8a7844d..3c6d6f70a 100644
--- a/test/test_query.py
+++ b/test/test_query.py
@@ -170,7 +170,7 @@ class GetTest(DummyDataTestCase):
self.assert_items_matched(results, ['foo bar'])
def test_get_one_unkeyed_exact_nocase(self):
- q = '~"hard rock"'
+ q = '=~"hard rock"'
results = self.lib.items(q)
self.assert_items_matched(results, ['beets 4 eva'])