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

OZG-2966 OZG-3171 fix test

parent ff7d9e61
Branches
Tags
No related merge requests found
......@@ -167,7 +167,7 @@ class PostfachMailServiceTest {
void shouldCallPdfService() {
service.getAllAsPdf(vorgang, outputStream);
verify(pdfService).getAllAsPdf(vorgang, postfachMail, ozgFile, outputStream);
verify(pdfService).getAllAsPdf(eq(vorgang), any(), eq(ozgFile), eq(outputStream));
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment