1

finish up group service?

This commit is contained in:
Christoph
2020-04-07 21:53:04 +02:00
parent fbe25deda1
commit 8d88ef4346
18 changed files with 169 additions and 147 deletions

View File

@ -58,7 +58,7 @@ class GroupServiceTest {
@BeforeEach
void setUp() {
groupService = new GroupService(eventStoreService, validationService, inviteService, projectionService);
groupService = new GroupService(eventStoreService, validationService, inviteService);
eventRepository.deleteAll();
//noinspection SqlResolve
template.execute("ALTER TABLE event ALTER COLUMN event_id RESTART WITH 1");