From d6242ec207b6ae7013394732d8cc332cf9a3fbcd Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 11 Nov 2016 20:00:14 -0500 Subject: [PATCH] Tiny whitespace fix --- test/test_smartplaylist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_smartplaylist.py b/test/test_smartplaylist.py index fa8658ad3..5e1fed084 100644 --- a/test/test_smartplaylist.py +++ b/test/test_smartplaylist.py @@ -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