Skip to content

Commit 363bce0

Browse files
tests/test_2548.py: fixed spurious test failure with mupdf release branch.
1 parent 79b6248 commit 363bce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_2548.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_2548():
3131
e = True
3232
wt = fitz.TOOLS.mupdf_warnings()
3333
print(f'test_2548(): {wt=}')
34-
if fitz.mupdf_version_tuple == (1, 23, 5):
34+
if fitz.mupdf_version_tuple < (1, 24, 0):
3535
assert e
3636
assert not wt
3737
else:

0 commit comments

Comments
 (0)