1

adapt tests

Co-authored-by: Christoph <tobi@urpost.de>
This commit is contained in:
Christoph
2020-03-18 21:45:33 +01:00
parent 79de4a8540
commit e1a630ae1a
4 changed files with 6 additions and 36 deletions

View File

@ -20,8 +20,9 @@ import static org.mockito.Mockito.when;
@RunWith(MockitoJUnitRunner.class)
class EventServiceTest {
EventService eventService;
EventRepository eventRepositoryMock = mock(EventRepository.class);
private EventService eventService;
private EventRepository eventRepositoryMock = mock(EventRepository.class);
@BeforeEach
void setUp() {