mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 16:44:04 +01:00
tests: Fix print
This commit is contained in:
parent
c43b52b5d8
commit
cbbb5a5b6a
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user