mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 05:10:18 +08:00
Fix test
This commit is contained in:
parent
a88cb3bef6
commit
3dbdfcef5e
@ -265,7 +265,7 @@ def test_image_exif():
|
|||||||
|
|
||||||
|
|
||||||
def test_image_exif_uncommon():
|
def test_image_exif_uncommon():
|
||||||
assert "DigitalZoomRatio" in ImageExifUncommon.INPUT_TYPES()["required"]
|
assert "DigitalZoomRatio" in ImageExifUncommon.INPUT_TYPES()["optional"]
|
||||||
ImageExifUncommon().execute(images=[_image_1x1])
|
ImageExifUncommon().execute(images=[_image_1x1])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user