summaryrefslogtreecommitdiff
path: root/tests/test_sequences.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-08-10 01:08:28 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-08-10 01:08:28 +1000
commitcbbb5a5b6a317dd2d8790afb8aa6b26d1d61a179 (patch)
treef94c55451c72488ef405c08fea6f18208c614633 /tests/test_sequences.py
parentc43b52b5d88d39ad9f88c035d5952e29e441175b (diff)
tests: Fix print
Diffstat (limited to 'tests/test_sequences.py')
-rwxr-xr-xtests/test_sequences.py1
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)