summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-10 00:00:54 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-10 00:00:54 +1000
commitc38c89ece1d41942fa322c555993e50e5c515e41 (patch)
tree77bd9cc12991137d6449c7a3cc1e492363c99ffb
parentb5806287d303fe0ee36e5930c24f488b08c3c441 (diff)
export: Add wallpaper to export files,
-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."""