mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-26 22:32:07 +01:00
Fix test
This commit is contained in:
parent
06a4b4cf5e
commit
d670b5ee07
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class RespectPreferredSymmetricAlgorithmDuringEncryptionTest {
|
||||||
EncryptionStream encryptionStream = PGPainless.encryptAndOrSign().onOutputStream(out)
|
EncryptionStream encryptionStream = PGPainless.encryptAndOrSign().onOutputStream(out)
|
||||||
.withOptions(
|
.withOptions(
|
||||||
ProducerOptions.encrypt(new EncryptionOptions()
|
ProducerOptions.encrypt(new EncryptionOptions()
|
||||||
.addRecipient(publicKeys)
|
.addRecipient(publicKeys, "Bob Babbage <bob@openpgp.example>")
|
||||||
));
|
));
|
||||||
|
|
||||||
encryptionStream.close();
|
encryptionStream.close();
|
||||||
|
|
Loading…
Reference in a new issue