Skip to content

Commit

Permalink
DEV: Adjust performance benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Apr 24, 2022
1 parent 07848e5 commit f48b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def merge():
# Check if bookmarks are correct
pdfr = PyPDF2.PdfFileReader(tmp_path)
assert [el.title for el in pdfr.getOutlines() if isinstance(el, Destination)] == [
"A bookmark",
"Foo",
"Bar",
"Baz",
Expand All @@ -88,7 +89,6 @@ def merge():
"Bar",
"Baz",
"True",
"A bookmark",
]

# Clean up
Expand Down

0 comments on commit f48b4ac

Please sign in to comment.