We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f28ebb + e4a1005 commit 6b676f2Copy full SHA for 6b676f2
1 file changed
Tests/test_imagecms.py
@@ -526,9 +526,9 @@ def test_profile_typesafety() -> None:
526
def test_transform_typesafety() -> None:
527
# core transform should not be directly instantiable
528
with pytest.raises(TypeError):
529
- ImageCms.core.CmsProfile()
+ ImageCms.core.CmsTransform()
530
531
- ImageCms.core.CmsProfile(0)
+ ImageCms.core.CmsTransform(0)
532
533
534
def assert_aux_channel_preserved(
0 commit comments