summaryrefslogtreecommitdiff
path: root/src/test/java/DNPM/security/PersonPoolBasedSecurityAspectsTest.java
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-05-10 10:25:07 +0200
committerPaul-Christian Volkmer2024-05-10 10:25:07 +0200
commit70f901cfdc7ce58ed3f233c05441fa92ce5af0b4 (patch)
tree9d825bd211308dc1e03fef68592b3c82ff372f96 /src/test/java/DNPM/security/PersonPoolBasedSecurityAspectsTest.java
parent99dfff1e04024025097b65354adeb92e1fb45307 (diff)
chore: Entferne nicht benötigte Imports
Diffstat (limited to 'src/test/java/DNPM/security/PersonPoolBasedSecurityAspectsTest.java')
-rw-r--r--src/test/java/DNPM/security/PersonPoolBasedSecurityAspectsTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/java/DNPM/security/PersonPoolBasedSecurityAspectsTest.java b/src/test/java/DNPM/security/PersonPoolBasedSecurityAspectsTest.java
index b20127e..294c39e 100644
--- a/src/test/java/DNPM/security/PersonPoolBasedSecurityAspectsTest.java
+++ b/src/test/java/DNPM/security/PersonPoolBasedSecurityAspectsTest.java
@@ -12,7 +12,6 @@ import org.springframework.aop.aspectj.annotation.AspectJProxyFactory;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.assertThrows;
-import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.*;
@ExtendWith(MockitoExtension.class)