We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c9e54 commit 6c08644Copy full SHA for 6c08644
tests/test_707448.py
@@ -60,7 +60,7 @@ def test_707673():
60
page.clean_contents(sanitize=True)
61
words1 = page.get_text("words")
62
ok = gentle_compare(words0, words1)
63
- if fitz.mupdf_version_tuple >= (1, 25):
+ if fitz.mupdf_version_tuple >= (1, 24, 1):
64
assert ok
65
else:
66
assert not ok
0 commit comments