Skip to content

Commit

Permalink
fixed release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Nov 28, 2024
1 parent 4c16779 commit 4c24a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_full_build():
assert info["HEIF"]
assert info["encoders"]
assert info["decoders"]
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.18.2")
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.19.5")
if expected_version:
assert info["libheif"] == expected_version

Expand All @@ -116,7 +116,7 @@ def test_light_build():
assert not info["AVIF"]
assert not info["HEIF"]
assert info["decoders"]
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.18.2")
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.19.5")
if expected_version:
assert info["libheif"] == expected_version

Expand Down

0 comments on commit 4c24a2e

Please sign in to comment.