Skip to content
Snippets Groups Projects
Commit 13945816 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6636 adjust test

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