We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d53152 commit a8b6288Copy full SHA for a8b6288
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper/diagnosticreport/DiagnosticReportMapperTest.java
@@ -4,7 +4,8 @@
4
import static org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy;
5
import static org.junit.Assert.assertFalse;
6
import static org.junit.jupiter.api.Assertions.assertAll;
7
-import static org.mockito.ArgumentMatchers.*;
+import static org.mockito.ArgumentMatchers.any;
8
+import static org.mockito.ArgumentMatchers.anyList;
9
import static org.mockito.Mockito.when;
10
import java.util.ArrayList;
11
import java.util.Collections;
0 commit comments