Skip to content

Commit

Permalink
fixes testDOILookup
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Oct 28, 2023
1 parent 06d529b commit 7b7d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_doi.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def testDOILookup(self):
"""
debug=True
dois=["10.1109/TBDATA.2022.3224749"]
expected=["@article{Li_2022,","@inproceedings{Faruqui_2015,"]
expected=["@article{Li_2023,","@inproceedings{Faruqui_2015,"]
for i,doi in enumerate(dois):
doi_obj=DOI(doi)
result=doi_obj.doi2bibTex()
Expand Down

0 comments on commit 7b7d8cc

Please sign in to comment.