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 f5826a0 commit 3d0816f
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 @@ -28,7 +28,7 @@ def test_gui(
mock_target: Target, gui: GUI, children: int, skip_parent: bool, auto_upload: bool, expected_shards: list[int]
):
def list_children():
return children
yield from [mock_target] * num_children

mock_target.list_children = list_children

Expand Down

0 comments on commit 3d0816f

Please sign in to comment.