Skip to content

Commit a8b6288

Browse files
removed
1 parent 9d53152 commit a8b6288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper/diagnosticreport/DiagnosticReportMapperTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
import static org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy;
55
import static org.junit.Assert.assertFalse;
66
import static org.junit.jupiter.api.Assertions.assertAll;
7-
import static org.mockito.ArgumentMatchers.*;
7+
import static org.mockito.ArgumentMatchers.any;
8+
import static org.mockito.ArgumentMatchers.anyList;
89
import static org.mockito.Mockito.when;
910
import java.util.ArrayList;
1011
import java.util.Collections;

0 commit comments

Comments
 (0)