Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MJedr committed Sep 18, 2023
1 parent 90296c5 commit 3cdc62d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed tests/data/packed_pdf.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_extract_references_from_url(pdf_files):

def test_long_registrant_dois(pdf_files):
""" DOIs with 5 digit registrant code """
r = extract_references_from_file(pdf_files[8])
r = extract_references_from_file(pdf_files[10])
assert len(r) == 6
for ref in r[1:]:
assert 'doi' in ref
Expand Down

0 comments on commit 3cdc62d

Please sign in to comment.