mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-25 04:17:59 +01:00
Move comment
This commit is contained in:
parent
f384ce84be
commit
846b98e3c0
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ class GenerateOpenPgpKeyTest {
|
|||
fun primaryKeyMustBeCertificationCapable() {
|
||||
assertThrows<IllegalArgumentException> {
|
||||
GenerateOpenPgpKey(Policy.getInstance())
|
||||
.buildV4Key(
|
||||
KeyType.XDH(XDHSpec._X25519)) // XDH is not signing/certification capable
|
||||
// XDH is not signing/certification capable
|
||||
.buildV4Key(KeyType.XDH(XDHSpec._X25519))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue