mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-25 04:17:59 +01:00
Fix typo
This commit is contained in:
parent
7c00356794
commit
0c8febd17d
1 changed files with 1 additions and 1 deletions
|
@ -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) })
|
||||
|
|
Loading…
Reference in a new issue