One more test fix

This commit is contained in:
Adrian Sampson 2022-08-17 16:25:17 -07:00
parent 495c8accc0
commit 32ce44f589
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705

View file

@ -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'])