Skip to content

Commit 29e27d8

Browse files
author
Val Brodsky
committed
Update test data
1 parent 06d8dcd commit 29e27d8

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

lbx_prompt.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11930,8 +11930,12 @@ def expected_export_v2_text():
1193011930
'annotation_kind': 'TextEntity',
1193111931
'classifications': [],
1193211932
'location': {
11933-
'start': 67,
11934-
'end': 128
11933+
'start':
11934+
66,
11935+
'end':
11936+
128,
11937+
'token':
11938+
"more people to express themselves online😞😂‚, research suggests"
1193511939
}
1193611940
}],
1193711941
'classifications': [{

tests/data/annotation_import/conftest.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,9 +1499,13 @@ def expected_export_v2_text():
14991499
"value": "named_entity",
15001500
"annotation_kind": "TextEntity",
15011501
"classifications": [],
1502-
"location": {
1503-
"start": 67,
1504-
"end": 128
1502+
'location': {
1503+
'start':
1504+
66,
1505+
'end':
1506+
128,
1507+
'token':
1508+
"more people to express themselves online😞😂‚, research suggests"
15051509
},
15061510
}],
15071511
"classifications": [

0 commit comments

Comments
 (0)