Skip to content

Commit 117e8b7

Browse files
committed
Fix export V2 test fixtures to include classifications arrays
1 parent 50e045f commit 117e8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,7 @@ 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": {"content": "free form text...", "classifications": []},
23412341
},
23422342
],
23432343
"relationships": [],
@@ -2655,7 +2655,7 @@ def expected_exports_v2_mmc(mmc_example_data_row_message_ids):
26552655
"name": "text_index",
26562656
"value": "text_index",
26572657
"message_id": some_parent_id,
2658-
"conversational_text_answer": {"content": "free form text..."},
2658+
"conversational_text_answer": {"content": "free form text...", "classifications": []},
26592659
},
26602660
],
26612661
"relationships": [],

0 commit comments

Comments
 (0)