Skip to content

Commit c883330

Browse files
tests/test_general.py: test_2596(): update expectations with latest mupdf 1.26.x.
1 parent bfe0781 commit c883330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def test_2596():
616616
pix1 = page.get_pixmap()
617617
assert pix1.samples == pix0.samples
618618
rebased = hasattr(pymupdf, 'mupdf')
619-
if pymupdf.mupdf_version_tuple < (1, 27):
619+
if pymupdf.mupdf_version_tuple < (1, 26, 6):
620620
wt = pymupdf.TOOLS.mupdf_warnings()
621621
assert wt == 'too many indirections (possible indirection cycle involving 24 0 R)'
622622

0 commit comments

Comments
 (0)