1

refactor projecteventlist

This commit is contained in:
killerber4t
2020-03-12 14:46:41 +01:00
parent 13e1cf0e36
commit 528ca1a2c0
2 changed files with 15 additions and 6 deletions

View File

@ -67,5 +67,4 @@ class GroupServiceTest {
assertThat(groupService.projectEventList(eventList).get(0)).isInstanceOf(Group.class);
}
}