File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
service/src/test/java/uk/nhs/adaptors/gp2gp/common Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1111import software .amazon .awssdk .services .s3 .S3Configuration ;
1212import software .amazon .awssdk .services .s3 .model .CreateBucketRequest ;
1313import software .amazon .awssdk .services .s3 .model .PutObjectRequest ;
14-
1514import java .io .File ;
1615import java .net .URI ;
16+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
1717
18- import static org .junit .jupiter .api .Assertions .*;
1918class CustomTrustStoreTest {
2019
2120 public static final int PORT = 8001 ;
Original file line number Diff line number Diff line change 33import org .junit .jupiter .api .BeforeEach ;
44import org .junit .jupiter .api .Test ;
55
6- import static org .junit .jupiter .api .Assertions .* ;
6+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
77
88class StorageConnectorConfigurationTest {
99
You can’t perform that action at this time.
0 commit comments