diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-06-21 08:22:51 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-06-21 08:22:51 +1000 |
| commit | 46351f20ac497e1901a55859c2a4978982048e8d (patch) | |
| tree | 02a60457b018f4ca2f638ad050bf0ef7c5200c20 /tests/test_sequences.py | |
| parent | 01356561c649ab90797e9d734d82f378938cb3ad (diff) | |
sequences: fix test
Diffstat (limited to 'tests/test_sequences.py')
| -rwxr-xr-x | tests/test_sequences.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sequences.py b/tests/test_sequences.py index 3e9f855..d37de7b 100755 --- a/tests/test_sequences.py +++ b/tests/test_sequences.py @@ -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__": |
