From d2ab5077e78f58fbe4c059c561553f4b40514bbc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 23 Jul 2017 17:44:55 +1000 Subject: tests: Fix test --- tests/test_colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_colors.py') 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__": -- cgit v1.2.3