diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_colors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_colors.py b/tests/test_colors.py index e83c54d..0ce5035 100755 --- a/tests/test_colors.py +++ b/tests/test_colors.py @@ -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__": |
