diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-08-09 11:22:51 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-08-09 11:22:51 +1000 |
| commit | d98be353ecd5deff97804312ec798fb227adfbc1 (patch) | |
| tree | 84491474f6e0648dea3a7689f0626a4809492007 /tests/test_export.py | |
| parent | d9a0865277dfdfe7951b9b429d5af1f2be27d66c (diff) | |
general: Make pywal compatible with python 3.5
Diffstat (limited to 'tests/test_export.py')
| -rwxr-xr-x | tests/test_export.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_export.py b/tests/test_export.py index 2323c69..e2838fe 100755 --- a/tests/test_export.py +++ b/tests/test_export.py @@ -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. |
