Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
See gh-857
  • Loading branch information
mp911de committed Jun 6, 2024
1 parent 867c56c commit 3d1116b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ void getAsKeystore() throws Exception {
}

@ParameterizedTest
@ValueSource(strings = {"certificate-response-rsa-pem.json", "certificate-response-rsa-der.json",
@ValueSource(strings = { "certificate-response-rsa-pem.json", "certificate-response-rsa-der.json",
"certificate-response-rsa-pembundle.json", "certificate-response-ec-pem.json",
"certificate-response-ec-der.json", "certificate-response-ec-pembundle.json"})
"certificate-response-ec-der.json", "certificate-response-ec-pembundle.json" })
void createKeystore(String path) {

CertificateBundle bundle = loadCertificateBundle(path);
Expand All @@ -144,7 +144,7 @@ void createKeystore(String path) {
}

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

CertificateBundle bundle = loadCertificateBundle(path);
Expand Down

0 comments on commit 3d1116b

Please sign in to comment.