mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-21 18:11:29 +02:00
sequences: fix test
This commit is contained in:
parent
01356561c6
commit
46351f20ac
@ -48,7 +48,7 @@ class Testsequences(unittest.TestCase):
|
|||||||
def test_set_iterm_tab_color(self):
|
def test_set_iterm_tab_color(self):
|
||||||
"""> Create iterm tab color sequences"""
|
"""> Create iterm tab color sequences"""
|
||||||
result = sequences.set_iterm_tab_color(COLORS["special"]["background"])
|
result = sequences.set_iterm_tab_color(COLORS["special"]["background"])
|
||||||
self.assertEqual(len(result), 104)
|
self.assertEqual(len(result), 84)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user