Skip to content

Commit 8e6a8be

Browse files
author
Gerit Wagner
committed
update test
1 parent 5193644 commit 8e6a8be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/1_env/tei_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_tei_creation(script_loc) -> None: # type: ignore
6464
)
6565
def test_tei_version(tei_doc) -> None: # type: ignore
6666
"""Test the tei version"""
67-
assert "0.8.1" == tei_doc.get_grobid_version()
67+
assert "0.8.3-SNAPSHOT" == tei_doc.get_grobid_version()
6868

6969

7070
@pytest.mark.skipif(

0 commit comments

Comments
 (0)