From a83b53bbb807aa01b490ca56e186e69e4befc08c Mon Sep 17 00:00:00 2001 From: Alejandro Gómez Date: Thu, 17 May 2012 22:41:59 +0200 Subject: add Pull Request to `Issue` resources --- pygithub3/tests/resources/test_issues.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3/tests/resources/test_issues.py') diff --git a/pygithub3/tests/resources/test_issues.py b/pygithub3/tests/resources/test_issues.py index 0bef3c1..ae572af 100644 --- a/pygithub3/tests/resources/test_issues.py +++ b/pygithub3/tests/resources/test_issues.py @@ -8,7 +8,7 @@ from pygithub3.resources.issues import Label class TestLabel(TestCase): def test_is_valid_color(self): - valid_colors = ['BADA55', 'FFFFFF', '45DFCA'] + valid_colors = ['BADa55', 'FF42FF', '45DFCA'] for color in valid_colors: self.assertTrue(Label.is_valid_color(color)) -- cgit v1.2.3-59-g8ed1b