From be942c45957722dabf05623b6481a94178c64d7e Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Wed, 15 Jun 2016 00:07:52 -0400 Subject: [PATCH] complete more bytestrings in test_embedart --- test/test_embedart.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_embedart.py b/test/test_embedart.py index 2bb357001..2f47e8f25 100644 --- a/test/test_embedart.py +++ b/test/test_embedart.py @@ -45,10 +45,10 @@ def require_artresizer_compare(test): class EmbedartCliTest(_common.TestCase, TestHelper): - small_artpath = os.path.join(_common.RSRC, 'image-2x3.jpg') - abbey_artpath = os.path.join(_common.RSRC, 'abbey.jpg') - abbey_similarpath = os.path.join(_common.RSRC, 'abbey-similar.jpg') - abbey_differentpath = os.path.join(_common.RSRC, 'abbey-different.jpg') + small_artpath = os.path.join(_common.RSRC, b'image-2x3.jpg') + abbey_artpath = os.path.join(_common.RSRC, b'abbey.jpg') + abbey_similarpath = os.path.join(_common.RSRC, b'abbey-similar.jpg') + abbey_differentpath = os.path.join(_common.RSRC, b'abbey-different.jpg') def setUp(self): self.setup_beets() # Converter is threaded