diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-09-25 17:35:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-09-25 17:35:08 -0700 |
commit | a3383f8794bcd8aa9195de37c63f040086d57f77 (patch) | |
tree | 26290e2d9d314f26c6c9513dabcb3af0ae16fb01 /python | |
parent | 08456df70f162420657ca2678618cb34bd1dbbd4 (diff) | |
download | sandcrawler-a3383f8794bcd8aa9195de37c63f040086d57f77.tar.gz sandcrawler-a3383f8794bcd8aa9195de37c63f040086d57f77.zip |
fix test grobid2json test
For new extra fields
Diffstat (limited to 'python')
-rw-r--r-- | python/tests/files/small.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/tests/files/small.json b/python/tests/files/small.json index 49a5671..7c75187 100644 --- a/python/tests/files/small.json +++ b/python/tests/files/small.json @@ -39,5 +39,8 @@ "abstract": "Everything you ever wanted to know about nothing", "body": "Introduction \nEverything starts somewhere, as somebody [1] once said. \n\n In Depth \n Meat \nYou know, for kids. \n Potatos \nQED.", "acknowledgement": null, - "annex": null + "annex": null, + "fatcat_release": null, + "grobid_timestamp": "2018-04-02T00:31+0000", + "grobid_version": "0.5.1-SNAPSHOT" } |