Skip to content

Commit

Permalink
tests/test_707448.py: updated to expect fix in mupdf-1.24.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Apr 2, 2024
1 parent 21c9e54 commit 6c08644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_707448.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_707673():
page.clean_contents(sanitize=True)
words1 = page.get_text("words")
ok = gentle_compare(words0, words1)
if fitz.mupdf_version_tuple >= (1, 25):
if fitz.mupdf_version_tuple >= (1, 24, 1):
assert ok
else:
assert not ok

0 comments on commit 6c08644

Please sign in to comment.