This commit is contained in:
Paul Schaub 2024-02-19 14:27:41 +01:00
parent 7c00356794
commit 0c8febd17d
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -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) })