mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-08 15:09:38 +01:00
tests: Fix test
This commit is contained in:
parent
38744ecf3e
commit
d2ab5077e7
@ -10,7 +10,7 @@ class TestGenColors(unittest.TestCase):
|
||||
def test_gen_colors(self):
|
||||
"""> Generate a colorscheme."""
|
||||
result = colors.get("tests/test_files/test.jpg")
|
||||
self.assertEqual(result["colors"]["color0"], "#0F191A")
|
||||
self.assertEqual(result["colors"]["color0"], "#0D191B")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user