test: Fix test db setup and add lombok annotations (#6)
* Fix test db setup and add lombok annotations * Formatting
This commit is contained in:
parent
c3da0eff5c
commit
a2aea580f2
6 changed files with 26 additions and 41 deletions
|
@ -8,7 +8,7 @@ import de.mlessmann.certassist.openssl.OpenSSLCertificateCreator;
|
|||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class TestOpenSSLCertificateCreator {
|
||||
class TestOpenSSLCertificateCreator {
|
||||
|
||||
private OpenSSLCertificateCreator openSSLCertificateCreator;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue