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
1 changed files with 2 additions and 2 deletions

View File

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