1

even further stuff

Co-Authored-By: Talha Caliskan <killerber4t@users.noreply.github.com>
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: xxnitram <xxnitram@users.noreply.github.com>
Co-Authored-By: kasch309 <kasch309@users.noreply.github.com>
This commit is contained in:
Lukas Ettel
2020-03-16 17:01:44 +01:00
parent 6991a18405
commit ca469d83af
3 changed files with 15 additions and 5 deletions

View File

@ -28,6 +28,8 @@ class DeleteUserEventTest {
event.apply(group);
assertThat(group.getMembers().size()).isEqualTo(1);
assertThat(group.getRoles().size()).isEqualTo(1);
}
}