Skip to content

Commit 425cbc0

Browse files
author
Dmitriy Apollonin
committed
fix test
1 parent 408af20 commit 425cbc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/data/annotation_types/test_video.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ def test_mask_frame():
66
instance_uri="http://path/to/frame.png")
77
assert mask_frame.dict(by_alias=True) == {
88
'index': 1,
9+
'imBytes': None,
910
'instanceURI': 'http://path/to/frame.png'
1011
}
1112

0 commit comments

Comments
 (0)