mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
One more test fix
This commit is contained in:
parent
495c8accc0
commit
32ce44f589
1 changed files with 1 additions and 1 deletions
|
|
@ -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'])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue