Skip to content

Commit

Permalink
fixes test_vol3264
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 22, 2023
1 parent 00d3195 commit 730f728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_volumeparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ def test_vol3264(self):
if debug:
print(json.dumps(record,indent=2))
expected={
"volume-number": "Vol-3264",
"volume_number": "Vol-3264",
"urn": "urn:nbn:de:0074-3264-7",
"year": "2022",
"pubdate": "2022-11-05",
"ceurpubdate": "2022-11-05",
"acronym": "HEDA 2022",
"voltitle": "The International Health Data Workshop HEDA 2022",
"title": "Proceedings of The International Health Data Workshop",
Expand Down

0 comments on commit 730f728

Please sign in to comment.