Skip to content

Commit

Permalink
Update test_writer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pubpub-zz authored Oct 9, 2023
1 parent 51933fd commit e6228ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@ def _get_parent_bookmark(current_indent, history_indent, bookmarks) -> Any:
2.6 Applicability of Transfer Theory and the Geometrical Optics Limit 72
PROBLEMS 74
REFERENCES 76"""
url = "https://github.com/py-pdf/pypdf/files/12389243/testbook.pdf"
url = "https://github.com/py-pdf/pypdf/files/12797067/test-12.pdf"
name = "iss2233.pdf"
reader = PdfReader(BytesIO(get_data_from_url(url, name=name)))
writer = PdfWriter(clone_from=reader)
Expand Down

0 comments on commit e6228ab

Please sign in to comment.