From eb58575024a68a99ea3e22284f63660aafbe83b7 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 7 Sep 2016 21:46:07 -0400 Subject: [PATCH] Unicode formats in a test --- test/test_mbsync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_mbsync.py b/test/test_mbsync.py index 8e4825888..57213878c 100644 --- a/test/test_mbsync.py +++ b/test/test_mbsync.py @@ -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