Skip to content

Commit baf6139

Browse files
committed
Fix annotation import tests for document
1 parent b7d14d4 commit baf6139

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,10 +2313,12 @@ def expected_export_v2_document():
23132313
"left": 58.0,
23142314
"height": 65.0,
23152315
"width": 12.0,
2316+
"unit": "points",
23162317
},
23172318
"page_dimensions": {
23182319
"height": 792.0,
23192320
"width": 612.0,
2321+
"unit": "points",
23202322
},
23212323
},
23222324
],

0 commit comments

Comments
 (0)