summaryrefslogtreecommitdiff
path: root/tests/test_sequences.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-23 23:37:00 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-23 23:37:00 +1000
commit2bb741f9e11142582928f1fee2b99934945a6614 (patch)
tree921a25cc6c41d3b75dc519655f59b161614ac76d /tests/test_sequences.py
parentb5c3ae6f2a35af5f4dbda47d1c555ba20b80832e (diff)
tests: Fix test
Diffstat (limited to 'tests/test_sequences.py')
-rwxr-xr-xtests/test_sequences.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_sequences.py b/tests/test_sequences.py
index fe88909..cc3d2db 100755
--- a/tests/test_sequences.py
+++ b/tests/test_sequences.py
@@ -16,6 +16,7 @@ class Testsequences(unittest.TestCase):
def test_set_special(self):
"""> Create special escape sequence."""
+ util.Color.alpha_num = 100
result = sequences.set_special(11, COLORS["special"]["background"])
self.assertEqual(result, "\033]11;#1F211E\007")