diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-22 16:27:27 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-22 16:27:27 -0800 |
commit | 9ab88508ed710de9db06a27436042ac30a70676e (patch) | |
tree | 47c0c8b7a15eaf88eb7472944d21f4b328b4de94 /python/tests/files | |
parent | c6444a6ebee4a541735705e10885067e6d012df1 (diff) | |
download | fatcat-9ab88508ed710de9db06a27436042ac30a70676e.tar.gz fatcat-9ab88508ed710de9db06a27436042ac30a70676e.zip |
crossref importer updates
Diffstat (limited to 'python/tests/files')
-rw-r--r-- | python/tests/files/crossref-works.single.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/files/crossref-works.single.json b/python/tests/files/crossref-works.single.json index 2af2b358..e3d2e05c 100644 --- a/python/tests/files/crossref-works.single.json +++ b/python/tests/files/crossref-works.single.json @@ -84,7 +84,7 @@ { "given": "Carlos G.", "family": "Diaz", - "affiliation": ["Some University"] + "affiliation": [{"name": "Some University"}, {"name": "Some Department"}] }, { "given": "Francisco M.", |