Skip to content

Commit

Permalink
Update test_crossref.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanson8 committed Oct 12, 2021
1 parent fceca5a commit 9e9605d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_crossref.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def work_record():


def test_get_dois_from_spreadsheet():
dois = crossref.get_dois_from_spreadsheet("fixtures/test.xlsx")
dois = crossref.get_dois_from_spreadsheet("fixtures/test.csv")
for doi in dois:
assert doi == "10.1002/term.3131"

Expand Down

0 comments on commit 9e9605d

Please sign in to comment.