mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-09 22:37:33 +02:00
general: Make pywal compatible with python 3.5
This commit is contained in:
@ -43,7 +43,7 @@ class TestExportColors(unittest.TestCase):
|
||||
|
||||
def test_invalid_template(self):
|
||||
"""> Test template validation."""
|
||||
error_msg = "[!] warning: template 'dummy' doesn't exist."
|
||||
error_msg = "warning: template 'dummy' doesn't exist."
|
||||
|
||||
# Since this function prints a message on fail we redirect
|
||||
# it's output so that we can read it.
|
||||
|
Reference in New Issue
Block a user