From 0c8febd17de939df3f4a9d11180245e40f8cb39b Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 19 Feb 2024 14:27:41 +0100 Subject: [PATCH] Fix typo --- .../org/pgpainless/key/generation/OpenPgpKeyGeneratorTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) })