diff options
| author | Dylan Araps <[email protected]> | 2017-06-27 17:46:55 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-27 17:46:55 +1000 |
| commit | 7c3676c809a06aafb4f6f3b8cdc289c946be7695 (patch) | |
| tree | 24ebf656944839f6328b1bef09a46a56800a1ca6 | |
| parent | travis: Install imagemagick. (diff) | |
| download | pywal-7c3676c809a06aafb4f6f3b8cdc289c946be7695.tar.xz pywal-7c3676c809a06aafb4f6f3b8cdc289c946be7695.zip | |
tests: Fix comment.
| -rwxr-xr-x | tests/test_export_colors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_export_colors.py b/tests/test_export_colors.py index 09265c6..5ca04d9 100755 --- a/tests/test_export_colors.py +++ b/tests/test_export_colors.py @@ -1,4 +1,4 @@ -"""Test util functions.""" +"""Test export functions.""" import unittest import pathlib |