mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-02 02:43:06 +03:00
fixed typos in test for autocolor tone preserving
This commit is contained in:
parent
d90ab90f4c
commit
694d70bdc3
|
@ -400,6 +400,6 @@ def test_autocontrast_preserve_one_color(color):
|
||||||
|
|
||||||
# even if there is a cutoff
|
# even if there is a cutoff
|
||||||
out = ImageOps.autocontrast(
|
out = ImageOps.autocontrast(
|
||||||
img, cutoff=0, preserve_tone=True
|
img, cutoff=10, preserve_tone=True
|
||||||
) # single color 10 cutoff
|
) # single color 10 cutoff
|
||||||
assert_image_equal(img, out)
|
assert_image_equal(img, out)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user