We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5193644 commit 8e6a8beCopy full SHA for 8e6a8be
1 file changed
tests/1_env/tei_test.py
@@ -64,7 +64,7 @@ def test_tei_creation(script_loc) -> None: # type: ignore
64
)
65
def test_tei_version(tei_doc) -> None: # type: ignore
66
"""Test the tei version"""
67
- assert "0.8.1" == tei_doc.get_grobid_version()
+ assert "0.8.3-SNAPSHOT" == tei_doc.get_grobid_version()
68
69
70
@pytest.mark.skipif(
0 commit comments