diff --git a/tests/test_gui.py b/tests/test_gui.py index 3d692333..16415976 100644 --- a/tests/test_gui.py +++ b/tests/test_gui.py @@ -25,7 +25,7 @@ @patch("acquire.gui.base.Stub", spec=True) @patch("acquire.acquire.acquire_target", create=True) def test_gui( - mock_target: Target, gui: GUI, children: int, skip_parent: bool, auto_upload: bool, expected_shards: list[int] + mock_target: Target, gui: GUI, num_children: int, skip_parent: bool, auto_upload: bool, expected_shards: list[int] ): def list_children(): yield from [mock_target] * num_children