1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-12-25 04:17:59 +01:00

Move comment

This commit is contained in:
Paul Schaub 2024-02-02 18:21:43 +01:00
parent f384ce84be
commit 846b98e3c0
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -60,8 +60,8 @@ class GenerateOpenPgpKeyTest {
fun primaryKeyMustBeCertificationCapable() { fun primaryKeyMustBeCertificationCapable() {
assertThrows<IllegalArgumentException> { assertThrows<IllegalArgumentException> {
GenerateOpenPgpKey(Policy.getInstance()) GenerateOpenPgpKey(Policy.getInstance())
.buildV4Key( // XDH is not signing/certification capable
KeyType.XDH(XDHSpec._X25519)) // XDH is not signing/certification capable .buildV4Key(KeyType.XDH(XDHSpec._X25519))
} }
} }