Skip to content

Commit 03a1af3

Browse files
author
Val Brodsky
committed
Update annotation
1 parent d695090 commit 03a1af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/annotation_import/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ def point_inference(prediction_id_mapping):
987987
@pytest.fixture
988988
def entity_inference(prediction_id_mapping):
989989
entity = prediction_id_mapping["named-entity"].copy()
990-
entity.update({"location": {"start": 67, "end": 128}})
990+
entity.update({"location": {"start": 66, "end": 128}})
991991
del entity["tool"]
992992
return entity
993993

0 commit comments

Comments
 (0)