mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-08 15:09:38 +01: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):
|
||||
"""> Create iterm tab color sequences"""
|
||||
result = sequences.set_iterm_tab_color(COLORS["special"]["background"])
|
||||
self.assertEqual(len(result), 104)
|
||||
self.assertEqual(len(result), 84)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user