mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
complete more bytestrings in test_art
This commit is contained in:
parent
be942c4595
commit
0385937647
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class FSArtTest(UseThePlugin):
|
|||
next(self.source.get(None, self.extra))
|
||||
|
||||
def test_precedence_amongst_correct_files(self):
|
||||
images = ['front-cover.jpg', 'front.jpg', 'back.jpg']
|
||||
images = [b'front-cover.jpg', b'front.jpg', b'back.jpg']
|
||||
paths = [os.path.join(self.dpath, i) for i in images]
|
||||
for p in paths:
|
||||
_common.touch(p)
|
||||
|
|
|
|||
Loading…
Reference in a new issue