Skip to content
Snippets Groups Projects
Commit 0bcdf26b authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6867 OZG-6895 Removed unused method

parent 362ab343
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,6 @@ public class GroupTestFactory {
return createBuilder().build();
}
public static Group createWithEmptySubGroups() {
return createBuilder().subGroups(List.of()).build();
}
public static Group.GroupBuilder createBuilder() {
return new Group.GroupBuilder()
.id(ID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment