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

OZG-4391 OZG-4417 use collections api

parent 358e7a44
Branches
Tags
Loading
...@@ -27,6 +27,7 @@ import static de.ozgcloud.alfa.common.UserProfileUrlProviderTestFactory.*; ...@@ -27,6 +27,7 @@ import static de.ozgcloud.alfa.common.UserProfileUrlProviderTestFactory.*;
import static org.assertj.core.api.Assertions.*; import static org.assertj.core.api.Assertions.*;
import static org.mockito.Mockito.*; import static org.mockito.Mockito.*;
import java.util.Collections;
import java.util.List; import java.util.List;
import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.BeforeEach;
...@@ -293,7 +294,7 @@ class VorgangWithEingangProzessorTest { ...@@ -293,7 +294,7 @@ class VorgangWithEingangProzessorTest {
@BeforeEach @BeforeEach
void setUp() { void setUp() {
when(vorgangProperties.getBescheid()).thenReturn(List.of()); when(vorgangProperties.getBescheid()).thenReturn(Collections.emptyList());
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment