Skip to content

Commit 2a56698

Browse files
authored
[X-0] Update audio export fixture (#1746)
1 parent 5bf3de0 commit 2a56698

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
@@ -1448,7 +1448,6 @@ def expected_export_v2_image():
14481448
@pytest.fixture()
14491449
def expected_export_v2_audio():
14501450
expected_annotations = {
1451-
"objects": [],
14521451
"classifications": [
14531452
{
14541453
"name":
@@ -1474,7 +1473,8 @@ def expected_export_v2_audio():
14741473
},
14751474
},
14761475
],
1477-
"relationships": [],
1476+
"timestamp": {},
1477+
"segments": {},
14781478
}
14791479
return expected_annotations
14801480

0 commit comments

Comments
 (0)