Browse Source

Fix test_MainWindow_annotate_jpg

Kentaro Wada 1 năm trước cách đây
mục cha
commit
da3de4f262
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
             points=points,
             shape_type="polygon",
+            mask=None,
             flags={},
             other_data={},
         )