mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 16:44:04 +01:00
tests: Fix test
This commit is contained in:
parent
b5c3ae6f2a
commit
2bb741f9e1
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user