Skip to content

Commit

Permalink
Try another article
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jun 8, 2024
1 parent 1db97a3 commit be3a69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emmaa/tests/test_xdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

@attr('nonpublic')
def test_document_figures_doi():
doi = '10.1016/j.apsb.2020.09.003'
doi = '10.1136/bmj.n436'
fig_list = get_document_figures(doi, 'DOI')
assert fig_list
# Should be a list of tuples with title and image bytes
assert len(fig_list[0]) == 2
assert len(fig_list[0]) == 8


# This would call database
Expand Down

0 comments on commit be3a69c

Please sign in to comment.