From a0afe89990f5ba40a019afc2f22e1b656f8cfd03 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 24 Aug 2021 16:08:31 +0300 Subject: [PATCH] Update test case Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- Tests/test_imagecolor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_imagecolor.py b/Tests/test_imagecolor.py index dbe8b9e957b..dcc44e6e342 100644 --- a/Tests/test_imagecolor.py +++ b/Tests/test_imagecolor.py @@ -195,7 +195,7 @@ def test_rounding_errors(): def test_color_too_long(): # Arrange - color_too_long = "hsl(" + "1" * 100 + ")" + color_too_long = "hsl(" + "1" * 40 + "," + "1" * 40 + "%," + "1" * 40 + "%)" # Act / Assert with pytest.raises(ValueError):