Skip to content

Commit

Permalink
tests/test_general.py: removed mention of mupdf.PDF_LIMIT, which has …
Browse files Browse the repository at this point in the history
…been removed.
  • Loading branch information
julian-smith-artifex-com committed Sep 30, 2024
1 parent 859c8ac commit 311cd87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -1346,8 +1346,7 @@ def test_3859():
print(f'{pymupdf.mupdf.PDF_NULL=}.')
print(f'{pymupdf.mupdf.PDF_TRUE=}.')
print(f'{pymupdf.mupdf.PDF_FALSE=}.')
print(f'{pymupdf.mupdf.PDF_LIMIT=}.')
for name in ('NULL', 'TRUE', 'FALSE', 'LIMIT'):
for name in ('NULL', 'TRUE', 'FALSE'):
name2 = f'PDF_{name}'
v = getattr(pymupdf.mupdf, name2)
print(f'{name=} {name2=} {v=} {type(v)=}')
Expand Down

0 comments on commit 311cd87

Please sign in to comment.