Skip to content

Commit

Permalink
One more test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Aug 17, 2022
1 parent 495c8ac commit 32ce44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_query.py
Expand Up @@ -170,7 +170,7 @@ def test_get_one_unkeyed_exact(self):
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'])

Expand Down

0 comments on commit 32ce44f

Please sign in to comment.