Skip to content

Commit 5761802

Browse files
authored
Merge branch 'develop' into pno/pin-shapely
2 parents 56bbae9 + cd7af4d commit 5761802

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

libs/labelbox/tests/data/annotation_import/conftest.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,10 @@ def expected_export_v2_conversation():
23372337
"name": "text_index",
23382338
"value": "text_index",
23392339
"message_id": "0",
2340-
"conversational_text_answer": {"content": "free form text..."},
2340+
"conversational_text_answer": {
2341+
"content": "free form text...",
2342+
"classifications": [],
2343+
},
23412344
},
23422345
],
23432346
"relationships": [],
@@ -2655,7 +2658,10 @@ def expected_exports_v2_mmc(mmc_example_data_row_message_ids):
26552658
"name": "text_index",
26562659
"value": "text_index",
26572660
"message_id": some_parent_id,
2658-
"conversational_text_answer": {"content": "free form text..."},
2661+
"conversational_text_answer": {
2662+
"content": "free form text...",
2663+
"classifications": [],
2664+
},
26592665
},
26602666
],
26612667
"relationships": [],

0 commit comments

Comments
 (0)