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.
1 parent 63cbfcf commit e4a1005Copy full SHA for e4a1005
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