|
@@ -115,6 +115,7 @@ public class GroupLogicImplTest extends AbstractShiroTest{
|
|
|
List<Integer> count = new ArrayList<>();
|
|
|
count.add(3);
|
|
|
when(groupService.getGroupsByOwnerId(123L)).thenReturn(groups);
|
|
|
+ groups.get(0).setClassSize(60);
|
|
|
when(groupVOWrapper.wrap(groups)).thenReturn(groupVOS);
|
|
|
when(groupService.getWorkerCounts(anyList())).thenReturn(count);
|
|
|
//action
|