Skip to content

Commit

Permalink
Fixing test (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschaer committed Aug 29, 2024
1 parent 0117755 commit 90affa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def geometry(coordinates):


def test_toc_pages(extract):
assert TocPages(extract).getNbPages() == 1
assert TocPages(extract, False).getNbPages() == 1


def getSameEntryInList(reference, objects):
Expand Down

0 comments on commit 90affa3

Please sign in to comment.