mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 10:05:13 +01:00
Tiny whitespace fix
This commit is contained in:
parent
790a40dd25
commit
d6242ec207
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class SmartPlaylistTest(unittest.TestCase):
|
|||
|
||||
i = Mock(path=b'/tagada.mp3')
|
||||
i.evaluate_template.side_effect = \
|
||||
lambda pl, _: pl.replace(b'$title', b'ta:ga:da').decode()
|
||||
lambda pl, _: pl.replace(b'$title', b'ta:ga:da').decode()
|
||||
|
||||
lib = Mock()
|
||||
lib.replacements = CHAR_REPLACE
|
||||
|
|
|
|||
Loading…
Reference in a new issue