Skip to content

Commit 5347b47

Browse files
nulanoradarhere
andauthored
Update Tests/test_imagecms.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 71ba20b commit 5347b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_imagecms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ def test_rgb_lab(mode):
639639
assert converted_im.getpixel((0, 0))[:3] == (0, 255, 255)
640640

641641

642-
def test_deprecation():
642+
def test_deprecation() -> None:
643643
with pytest.warns(DeprecationWarning):
644644
assert ImageCms.DESCRIPTION.strip().startswith("pyCMS")
645645
with pytest.warns(DeprecationWarning):

0 commit comments

Comments
 (0)