diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-06 22:30:20 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-06 22:30:20 +0100 |
commit | d38dda53dd29024c8c855c64dfbb1529d0aaac83 (patch) | |
tree | 54703e8d496941af2754ed4f9224660109b7bee0 /python/tests/files/datacite/datacite_result_12.json | |
parent | ff37b97e4bbf642efbd830111fe3dbd45ae56dad (diff) | |
download | fatcat-d38dda53dd29024c8c855c64dfbb1529d0aaac83.tar.gz fatcat-d38dda53dd29024c8c855c64dfbb1529d0aaac83.zip |
datacite: month field should be top-level
Diffstat (limited to 'python/tests/files/datacite/datacite_result_12.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_12.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/files/datacite/datacite_result_12.json b/python/tests/files/datacite/datacite_result_12.json index 646299cf..c3a9071c 100644 --- a/python/tests/files/datacite/datacite_result_12.json +++ b/python/tests/files/datacite/datacite_result_12.json @@ -1,5 +1,5 @@ { - "extra": {"datacite": {"month": 6}}, + "extra": {"datacite": {}, "month": 6}, "title": "Anthropometric and Physiological Profile of Mixed Martial Art Athletes: A Brief Review", "release_type": "article-journal", "release_stage": "published", |