fixed typos in test for autocolor tone preserving

This commit is contained in:
elejke 2021-03-23 13:09:51 +03:00
parent d90ab90f4c
commit 694d70bdc3

View File

@ -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)