fix: Remove dummy exception from test

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-17 20:33:12 +01:00
parent 9f94e76a1d
commit 9c1f1a27e8
Signed by: Mark.TwoFive
GPG key ID: 5B5EBCBE331F1E6F

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");
}
}