diff options
| author | Dylan Araps <[email protected]> | 2017-08-10 01:08:28 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-08-10 01:08:28 +1000 |
| commit | cbbb5a5b6a317dd2d8790afb8aa6b26d1d61a179 (patch) | |
| tree | f94c55451c72488ef405c08fea6f18208c614633 /tests | |
| parent | general: Remove pointless format (diff) | |
| download | pywal-cbbb5a5b6a317dd2d8790afb8aa6b26d1d61a179.tar.xz pywal-cbbb5a5b6a317dd2d8790afb8aa6b26d1d61a179.zip | |
tests: Fix print
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_sequences.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_sequences.py b/tests/test_sequences.py index 392abc7..7a21c11 100755 --- a/tests/test_sequences.py +++ b/tests/test_sequences.py @@ -32,7 +32,6 @@ class Testsequences(unittest.TestCase): def test_set_iterm_tab_color(self): """> Create iterm tab color sequences""" result = sequences.set_iterm_tab_color(COLORS["special"]["background"]) - print(result) self.assertEqual(len(result), 104) |