Skip to content

Commit 6c08644

Browse files
tests/test_707448.py: updated to expect fix in mupdf-1.24.1.
1 parent 21c9e54 commit 6c08644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_707448.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_707673():
6060
page.clean_contents(sanitize=True)
6161
words1 = page.get_text("words")
6262
ok = gentle_compare(words0, words1)
63-
if fitz.mupdf_version_tuple >= (1, 25):
63+
if fitz.mupdf_version_tuple >= (1, 24, 1):
6464
assert ok
6565
else:
6666
assert not ok

0 commit comments

Comments
 (0)