Skip to content

Commit

Permalink
Update Tests/test_imagecms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
nulano and radarhere authored Jan 11, 2024
1 parent 71ba20b commit 5347b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_imagecms.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ def test_rgb_lab(mode):
assert converted_im.getpixel((0, 0))[:3] == (0, 255, 255)


def test_deprecation():
def test_deprecation() -> None:
with pytest.warns(DeprecationWarning):
assert ImageCms.DESCRIPTION.strip().startswith("pyCMS")
with pytest.warns(DeprecationWarning):
Expand Down

0 comments on commit 5347b47

Please sign in to comment.