fix tests
This commit is contained in:
@ -27,9 +27,9 @@ class GroupServiceTest {
|
||||
|
||||
|
||||
@Test
|
||||
void rightClassForSuccessfulGroup() throws Exception {
|
||||
void rightClassForSuccessfulGroup() {
|
||||
List<Event> eventList = new ArrayList<>();
|
||||
eventList.add(new CreateGroupEvent(1L, "Prof", null, GroupType.LECTURE, Visibility.PRIVATE,null));
|
||||
eventList.add(new CreateGroupEvent(1L, "Prof", null, GroupType.LECTURE, Visibility.PRIVATE,1000L));
|
||||
eventList.add(new AddUserEvent(1L, "Ulli", "Ulli", "Honnis", "FC@B.de"));
|
||||
|
||||
List<Group> groups = groupService.projectEventList(eventList);
|
||||
|
||||
Reference in New Issue
Block a user