Skip to content

Commit

Permalink
Update tests/test_gui.py
Browse files Browse the repository at this point in the history
Co-authored-by: pyrco <[email protected]>
  • Loading branch information
cecinestpasunepipe and pyrco authored Jun 28, 2024
1 parent 3d0816f commit e5c356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5c356d

Please sign in to comment.