mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +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
|
||||
out = ImageOps.autocontrast(
|
||||
img, cutoff=0, preserve_tone=True
|
||||
img, cutoff=10, preserve_tone=True
|
||||
) # single color 10 cutoff
|
||||
assert_image_equal(img, out)
|
||||
|
|
Loading…
Reference in New Issue
Block a user