diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-19 19:31:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-19 20:21:21 -0700 |
commit | 66cdee845f281986ca3fc33743aed2d90776a76d (patch) | |
tree | 629a68a7377522423b1ea04cc6c83331faa7fa51 /rust/tests | |
parent | d8253db13c38e844c0d9d5580445675651879a2c (diff) | |
download | fatcat-66cdee845f281986ca3fc33743aed2d90776a76d.tar.gz fatcat-66cdee845f281986ca3fc33743aed2d90776a76d.zip |
consistent volume/issue/pages ordering
Diffstat (limited to 'rust/tests')
-rw-r--r-- | rust/tests/test_api_server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/tests/test_api_server.rs b/rust/tests/test_api_server.rs index b8f8b3c4..86863f0b 100644 --- a/rust/tests/test_api_server.rs +++ b/rust/tests/test_api_server.rs @@ -295,8 +295,8 @@ fn test_post_release() { "release_type": "journal-article", "doi": "10.1234/abcde.781231231239", "volume": "439", - "pages": "1-399", "issue": "IV", + "pages": "1-399", "work_id": "00000000-0000-0000-5555-000000000002", "container_id": "00000000-0000-0000-1111-000000000001", "refs": [{ |