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
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ import static de.ozgcloud.alfa.common.UserProfileUrlProviderTestFactory.*;
import static org.assertj.core.api.Assertions.*;
import static org.mockito.Mockito.*;
import java.util.Collections;
import java.util.List;
import org.junit.jupiter.api.BeforeEach;
......@@ -293,7 +294,7 @@ class VorgangWithEingangProzessorTest {
@BeforeEach
void setUp() {
when(vorgangProperties.getBescheid()).thenReturn(List.of());
when(vorgangProperties.getBescheid()).thenReturn(Collections.emptyList());
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment