Skip to content
Snippets Groups Projects
Commit 5be6f314 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7573 fix unit test after test factory chagens

parent 7dfb7f91
Branches
No related tags found
1 merge request!9Ozg 7573 forward vorgang
......@@ -342,7 +342,7 @@ class VorgangRemoteServiceTest {
void shouldCallUploadIncomingFile() {
vorgangCreator.uploadAttachments();
verify(vorgangCreator, times(2)).uploadIncomingFile(any(IncomingFile.class));
verify(vorgangCreator, times(FormDataTestFactory.ATTACHMENTS.size())).uploadIncomingFile(any(IncomingFile.class));
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment