Explorar el Código

Fix test_MainWindow_annotate_jpg

Kentaro Wada hace 1 año
padre
commit
da3de4f262
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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={},
         )