fix: Remove dummy exception from test

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-17 20:33:12 +01:00
parent caefe964b1
commit 4d04fc64aa

View file

@ -31,6 +31,5 @@ public class TestOpenSSLCertificateCreator {
try (var cert = openSSLCertificateCreator.createCertificate(certRequest)) {
System.out.println("Certificate created: " + cert);
}
throw new RuntimeException("Test not implemented");
}
}