mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 18:59:39 +02:00
More cleanup and better error reporting
This commit is contained in:
parent
8ca0cfd3ae
commit
ec793c66ff
5 changed files with 48 additions and 15 deletions
|
@ -97,7 +97,7 @@ public class PDATest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testEncryptedMessageWithAppendedStandalongSigIsNotValid() {
|
||||
public void testEncryptedMessageWithAppendedStandaloneSigIsNotValid() {
|
||||
PDA check = new PDA();
|
||||
check.next(InputSymbol.EncryptedData);
|
||||
assertThrows(MalformedOpenPgpMessageException.class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue