From e5c356de320b86964d0a92bacf46e6ad2fdf76d3 Mon Sep 17 00:00:00 2001 From: cecinestpasunepipe <110607403+cecinestpasunepipe@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:25:20 +0200 Subject: [PATCH] Update tests/test_gui.py Co-authored-by: pyrco <105293448+pyrco@users.noreply.github.com> --- tests/test_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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