aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_grobid_unstructured.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-21 17:32:47 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-21 17:32:47 -0700
commit8c09c866d81854ab06b85bee6c39124c7b2faf44 (patch)
treeeb6e1a67a307512f18992fd383627a2d04c01931 /tests/test_grobid_unstructured.py
parentd25fc52a7fc1d2b5de6bfaa16afe9256b3175181 (diff)
downloadgrobid_tei_xml-8c09c866d81854ab06b85bee6c39124c7b2faf44.tar.gz
grobid_tei_xml-8c09c866d81854ab06b85bee6c39124c7b2faf44.zip
start refactoring into new parser, with dataclass types
Diffstat (limited to 'tests/test_grobid_unstructured.py')
-rw-r--r--tests/test_grobid_unstructured.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_grobid_unstructured.py b/tests/test_grobid_unstructured.py
index b203b30..91b7398 100644
--- a/tests/test_grobid_unstructured.py
+++ b/tests/test_grobid_unstructured.py
@@ -1,6 +1,6 @@
import pytest
-from grobid_tei_xml.grobid_unstructured import transform_grobid_ref_xml
+from grobid_tei_xml.grobid2json import transform_grobid_ref_xml
def test_transform_grobid_ref_xml():