fix: Remove dummy exception from test
This commit is contained in:
parent
caefe964b1
commit
4d04fc64aa
1 changed files with 0 additions and 1 deletions
|
@ -31,6 +31,5 @@ public class TestOpenSSLCertificateCreator {
|
||||||
try (var cert = openSSLCertificateCreator.createCertificate(certRequest)) {
|
try (var cert = openSSLCertificateCreator.createCertificate(certRequest)) {
|
||||||
System.out.println("Certificate created: " + cert);
|
System.out.println("Certificate created: " + cert);
|
||||||
}
|
}
|
||||||
throw new RuntimeException("Test not implemented");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue