Skip to content

Commit

Permalink
Update test/test_infopage.py
Browse files Browse the repository at this point in the history
Co-authored-by: pierrebeauguitte <[email protected]>
  • Loading branch information
fredrikmonsen and pierrebeauguitte authored Sep 12, 2023
1 parent 2d5c4ec commit 1bfe57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_infopage.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from metadata_extract.resource_loader import ResourceLoader

doc = MeteorDocument('test/resources/report2.pdf')
ResourceLoader.load(["und", "eng", "nob", "nno"])
ResourceLoader.load(["mul", "eng", "nob", "nno"])
infopagenr = InfoPage.find_page_number(doc.pages)


Expand Down

0 comments on commit 1bfe57d

Please sign in to comment.