Skip to content
Snippets Groups Projects
Commit 8b5b05bd authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-6636 adjust test

parent b9c6303c
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ class FormDataControllerTest {
@BeforeEach
void mock() {
when(serviceKontoMapper.fromGrpc(any())).thenReturn(serviceKonto);
when(serviceKontoMapper.fromGrpc(any(FormCycleServiceKonto.class))).thenReturn(serviceKonto);
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment