diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-02 22:37:59 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-02 22:37:59 +0200 |
commit | 657f7e93b0923b7be3612ff03998e5280d688f51 (patch) | |
tree | 80dff653ef595c57b63cd7e91e7a4918461264f1 /python/tests | |
parent | f8a34492e7e1cfd5f55517e1344820e671194ee0 (diff) | |
download | fatcat-657f7e93b0923b7be3612ff03998e5280d688f51.tar.gz fatcat-657f7e93b0923b7be3612ff03998e5280d688f51.zip |
datacite: a missing surname should be None, not the empty string
refs sentry #77700
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/files/datacite/datacite_result_33.json | 1 | ||||
-rw-r--r-- | python/tests/files/datacite/datacite_result_34.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/python/tests/files/datacite/datacite_result_33.json b/python/tests/files/datacite/datacite_result_33.json index bcb72469..cf6b8496 100644 --- a/python/tests/files/datacite/datacite_result_33.json +++ b/python/tests/files/datacite/datacite_result_33.json @@ -8,7 +8,6 @@ "contribs": [ { "given_name": "", - "surname": "", "index": 0, "raw_name": "ABC News", "role": "author" diff --git a/python/tests/files/datacite/datacite_result_34.json b/python/tests/files/datacite/datacite_result_34.json index 4a52e22c..85641157 100644 --- a/python/tests/files/datacite/datacite_result_34.json +++ b/python/tests/files/datacite/datacite_result_34.json @@ -8,7 +8,6 @@ "contribs": [ { "given_name": "", - "surname": "", "index": 0, "raw_name": "Paul Katz", "role": "author" |