1
Co-authored-by: Christoph <tobi@urpost.de>
This commit is contained in:
Christoph
2020-03-26 21:19:59 +01:00
parent b37f2349aa
commit 02e7bcbcc4
7 changed files with 17 additions and 16 deletions

View File

@ -40,7 +40,6 @@ class EventServiceTest {
@BeforeEach
void setUp() {
eventService = new EventService(jsonService, eventRepository);
eventRepository.deleteAll();
}
@Test

View File

@ -48,7 +48,6 @@ class GroupServiceTest {
@BeforeEach
void setUp() {
groupService = new GroupService(eventService, eventRepository);
eventRepository.deleteAll();
}
//TODO: Wofür ist dieser Test?