fix test function name for autocontrast

This commit is contained in:
elejke 2021-03-23 11:59:37 +03:00
parent f73d238cd2
commit 8913166c7e

View File

@ -337,7 +337,7 @@ def test_autocontrast_mask_toy_input():
assert ImageStat.Stat(result_nomask).median == [128]
def test_auto_contrast_mask_real_input():
def test_autocontrast_mask_real_input():
# Test the autocontrast with a rectangular mask
with Image.open("Tests/images/iptc.jpg") as img: