Skip to content

Commit

Permalink
Update test expectations
Browse files Browse the repository at this point in the history
With the new citation matcher more references are matched. Consequently,
the number of msc in the references is higher than before.
  • Loading branch information
physikerwelt committed Jun 3, 2024
1 parent 5345453 commit 7bd855f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
def test_get_client():
s = ZbPreviewSickle()
row = s.GetRecord(de=6675366)
assert len(row.get_refs()) == 36
assert len(row.get_refs()) == 45
assert row.get_text() == ""
assert row.get_doi() == "10.1515/math-2016-0103"

0 comments on commit 7bd855f

Please sign in to comment.