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

OZG-6368 remove unused Mock

parent 8cbb73ea
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,7 @@ import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.Spy;
import org.springframework.core.io.ResourceLoader;
import org.springframework.test.util.ReflectionTestUtils;
class ForwardingLandesnetzInfoServiceTest {
......@@ -43,8 +41,6 @@ class ForwardingLandesnetzInfoServiceTest {
@Spy
@InjectMocks
private ForwardingLandesnetzInfoService service;
@Mock
private ResourceLoader resourceLoader;
@DisplayName("Is email in landesnetz")
@Nested
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment