Skip to content

Commit 4c24a2e

Browse files
committed
fixed release tests
1 parent 4c16779 commit 4c24a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/basic_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_full_build():
105105
assert info["HEIF"]
106106
assert info["encoders"]
107107
assert info["decoders"]
108-
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.18.2")
108+
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.19.5")
109109
if expected_version:
110110
assert info["libheif"] == expected_version
111111

@@ -116,7 +116,7 @@ def test_light_build():
116116
assert not info["AVIF"]
117117
assert not info["HEIF"]
118118
assert info["decoders"]
119-
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.18.2")
119+
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.19.5")
120120
if expected_version:
121121
assert info["libheif"] == expected_version
122122

0 commit comments

Comments
 (0)