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

OZG-1523 fixed more tests

parent f467b360
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,8 @@ class KommentarRemoteServiceTest {
@BeforeEach
void mockStub() {
when(vorgangAttachedItemServiceStub.getById(any())).thenReturn(response);
when(grpcObjectMapper.mapFromGrpc(any())).thenReturn(KommentarTestFactory.createAsMap());
when(mapper.fromItemMap(any())).thenReturn(KommentarTestFactory.create());
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment