Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Apr 24, 2022
1 parent b033b6d commit 001873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_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 @@ -61,7 +62,6 @@ def test_merge():
"Bar",
"Baz",
"True",
"A bookmark",
]

# Clean up
Expand Down

0 comments on commit 001873f

Please sign in to comment.