mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-17 01:30:59 +02:00
tests: Update tests.
This commit is contained in:
@ -14,7 +14,7 @@ class Testsequences(unittest.TestCase):
|
||||
|
||||
def test_set_special(self):
|
||||
"""> Create special escape sequence."""
|
||||
util.Color.alpha_num = 100
|
||||
util.Color.alpha_num = "100"
|
||||
result = sequences.set_special(11, COLORS["special"]["background"])
|
||||
|
||||
if platform.uname()[0] == "Darwin":
|
||||
@ -24,7 +24,7 @@ class Testsequences(unittest.TestCase):
|
||||
|
||||
def test_set_special_alpha(self):
|
||||
"""> Create special escape sequence with alpha."""
|
||||
util.Color.alpha_num = 99
|
||||
util.Color.alpha_num = "99"
|
||||
result = sequences.set_special(11, COLORS["special"]["background"])
|
||||
|
||||
if platform.uname()[0] == "Darwin":
|
||||
|
Reference in New Issue
Block a user