mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Unicode formats in a test
This commit is contained in:
parent
15a5512ea5
commit
eb58575024
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ class MbsyncCliTest(unittest.TestCase, TestHelper):
|
|||
self.assertEqual(e, logs[0])
|
||||
|
||||
# restore the config
|
||||
config['format_item'] = '$artist - $album - $title'
|
||||
config['format_album'] = '$albumartist - $album'
|
||||
config['format_item'] = u'$artist - $album - $title'
|
||||
config['format_album'] = u'$albumartist - $album'
|
||||
|
||||
# Test singleton with no mb_trackid.
|
||||
# The default singleton format includes $artist and $album
|
||||
|
|
|
|||
Loading…
Reference in a new issue