Skip to content

Commit 3d1116b

Browse files
committed
Polishing.
See gh-857
1 parent 867c56c commit 3d1116b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-vault-core/src/test/java/org/springframework/vault/support/CertificateBundleUnitTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ void getAsKeystore() throws Exception {
127127
}
128128

129129
@ParameterizedTest
130-
@ValueSource(strings = {"certificate-response-rsa-pem.json", "certificate-response-rsa-der.json",
130+
@ValueSource(strings = { "certificate-response-rsa-pem.json", "certificate-response-rsa-der.json",
131131
"certificate-response-rsa-pembundle.json", "certificate-response-ec-pem.json",
132-
"certificate-response-ec-der.json", "certificate-response-ec-pembundle.json"})
132+
"certificate-response-ec-der.json", "certificate-response-ec-pembundle.json" })
133133
void createKeystore(String path) {
134134

135135
CertificateBundle bundle = loadCertificateBundle(path);
@@ -144,7 +144,7 @@ void createKeystore(String path) {
144144
}
145145

146146
@ParameterizedTest
147-
@ValueSource(strings = {"certificate-response-rsa-pem-pkcs8.json", "certificate-response-ec-pem-pkcs8.json"})
147+
@ValueSource(strings = { "certificate-response-rsa-pem-pkcs8.json", "certificate-response-ec-pem-pkcs8.json" })
148148
void shouldCreateKeystore(String path) {
149149

150150
CertificateBundle bundle = loadCertificateBundle(path);

0 commit comments

Comments
 (0)