Skip to content

Commit c5fc907

Browse files
committed
add merge test
1 parent e3dc61d commit c5fc907

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_video.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ def test_video_Movie_delete(movie, patched_http_call):
3434
movie.delete()
3535

3636

37+
def test_video_Movie_merge(movie, patched_http_call):
38+
movie.merge(1337)
39+
40+
3741
def test_video_Movie_addCollection(movie):
3842
labelname = "Random_label"
3943
org_collection = [tag.tag for tag in movie.collections if tag]

0 commit comments

Comments
 (0)