Skip to content

Commit 6eacf99

Browse files
author
Val Brodsky
committed
Update video expected data due to fix for segments export
1 parent 855fcfe commit 6eacf99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/annotation_import/fixtures/export_v2.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ def expected_export_v2_text():
147147
def expected_export_v2_video():
148148
expected_annotations = {
149149
'frames': {},
150-
'segments': {},
150+
'segments': {
151+
'<cuid>': [[7, 13], [18, 19]]
152+
},
151153
'key_frame_feature_map': {},
152154
'classifications': [{
153155
'name': 'checklist',

0 commit comments

Comments
 (0)