aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/tests')
-rw-r--r--pygithub3/tests/resources/test_issues.py2
1 files changed, 1 insertions, 1 deletions
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))