1

fixed GroupServiceTest for new Method in GroupService

This commit is contained in:
Mahgs
2020-03-11 13:52:26 +01:00
parent 31f19f0199
commit d102f9b0ee
4 changed files with 30 additions and 32 deletions

View File

@ -1,6 +1,5 @@
package mops.gruppen2.domain;
import mops.gruppen2.domain.Exceptions.GroupDoesNotExistException;
import mops.gruppen2.domain.Exceptions.UserAlreadyExistsException;
import mops.gruppen2.domain.Exceptions.UserNotFoundException;
import mops.gruppen2.domain.event.*;