diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-14 17:13:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-14 17:13:57 -0700 |
commit | 39921a6fdf47256b9c2fac67b876795fd0426464 (patch) | |
tree | 61c5368a5cfb363a2253d29957f9a9dcfec3835a /rust/tests | |
parent | 2bfb6c54519c3442d663ea41d29f88fb31d96fb4 (diff) | |
download | fatcat-39921a6fdf47256b9c2fac67b876795fd0426464.tar.gz fatcat-39921a6fdf47256b9c2fac67b876795fd0426464.zip |
trivial implementation of core_id field on releases
Diffstat (limited to 'rust/tests')
-rw-r--r-- | rust/tests/test_api_server.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/tests/test_api_server.rs b/rust/tests/test_api_server.rs index ffae8502..02c77413 100644 --- a/rust/tests/test_api_server.rs +++ b/rust/tests/test_api_server.rs @@ -420,6 +420,7 @@ fn test_post_release() { "pmid": "54321", "pmcid": "PMC12345", "wikidata_qid": "Q12345", + "core_id": "7890", "volume": "439", "issue": "IV", "pages": "1-399", |