소스 검색

Fix test_MainWindow_annotate_jpg

Kentaro Wada 1 년 전
부모
커밋
da3de4f262
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/labelme_tests/test_app.py

+ 1 - 0
tests/labelme_tests/test_app.py

@@ -101,6 +101,7 @@ def test_MainWindow_annotate_jpg(qtbot):
             group_id=None,
             group_id=None,
             points=points,
             points=points,
             shape_type="polygon",
             shape_type="polygon",
+            mask=None,
             flags={},
             flags={},
             other_data={},
             other_data={},
         )
         )