aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/test_sequences.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sequences.py b/tests/test_sequences.py
index 44a98ce..a1ea10c 100755
--- a/tests/test_sequences.py
+++ b/tests/test_sequences.py
@@ -15,7 +15,7 @@ class Testsequences(unittest.TestCase):
def test_set_special(self):
"""> Create special escape sequence."""
result = sequences.set_special(11, COLORS["special"]["background"])
- self.assertEqual(result, "\x1b]11;#1F211E\x07")
+ self.assertEqual(result, "\033]11;#1F211E\007")
def test_set_color(self):
"""> Create color escape sequence."""