1

fix tests after refactor

This commit is contained in:
Christoph
2020-03-09 12:46:29 +01:00
parent c7f9c0b985
commit 86a4975c00
4 changed files with 14 additions and 10 deletions

View File

@ -25,6 +25,7 @@ public class Group extends Aggregate {
private void applyEvent(CreateGroupEvent event) {
title = event.getGroupTitle();
description = event.getGroupDescription();
id = event.getGroup_id();
}
private void applyEvent(UpdateRoleEvent event) {