diff --git a/pgpainless-core/src/test/kotlin/org/pgpainless/key/generation/OpenPgpKeyGeneratorTest.kt b/pgpainless-core/src/test/kotlin/org/pgpainless/key/generation/OpenPgpKeyGeneratorTest.kt index f907b948..f00de1db 100644 --- a/pgpainless-core/src/test/kotlin/org/pgpainless/key/generation/OpenPgpKeyGeneratorTest.kt +++ b/pgpainless-core/src/test/kotlin/org/pgpainless/key/generation/OpenPgpKeyGeneratorTest.kt @@ -170,7 +170,7 @@ class OpenPgpKeyGeneratorTest { } @Test - fun `unopionionated key generation with too weak PK algorithm does not fail`() { + fun `unopinionated key generation with too weak PK algorithm does not fail`() { val policy = Policy() policy.publicKeyAlgorithmPolicy = Policy.PublicKeyAlgorithmPolicy(buildMap { put(PublicKeyAlgorithm.RSA_GENERAL, 3072) })