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

@ -77,8 +77,4 @@ public class Group extends Aggregate {
throw new UserNotFoundException("Nutzer wurde nicht gefunden!");
}
}
private void applyEvent(DeleteGroupEvent event) {
this.id = this.id * -1;
}
}