Skip to content

Commit f5826a0

Browse files
Update tests/test_gui.py
Co-authored-by: pyrco <[email protected]>
1 parent 44365da commit f5826a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_gui.py

-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ def shard(self, shard: int) -> None:
4444
GUI.__new__ = lambda x: Diagnostic_GUI()
4545
shards = []
4646
args = Namespace(child=False, auto_upload=auto_upload, children=children, skip_parent=skip_parent, start_time=0)
47-
children = [mock_target] * children
4847
acquire_children_and_targets(mock_target, args)
4948
assert shards == expected_shards

0 commit comments

Comments
 (0)