Skip to content

Commit

Permalink
Minimize diff AbstractTestDescriptorTests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Feb 3, 2025
1 parent 88680b3 commit a96fcd6
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ void initTree() {
group11 = new GroupDescriptor(UniqueId.root("group", "group1-1"));
group1.addChild(group11);

var leaf11 = new LeafDescriptor(UniqueId.root("leaf", "leaf1-1"));
group1.addChild(leaf11);
var leaf12 = new LeafDescriptor(UniqueId.root("leaf", "leaf1-2"));
group1.addChild(leaf12);
group1.addChild(new LeafDescriptor(UniqueId.root("leaf", "leaf1-1")));
group1.addChild(new LeafDescriptor(UniqueId.root("leaf", "leaf1-2")));

group2.addChild(new LeafDescriptor(UniqueId.root("leaf", "leaf2-1")));

Expand Down

0 comments on commit a96fcd6

Please sign in to comment.