mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-10 18:59:43 +02:00
parent
3ee42ea2ed
commit
4bc45a0692
4 changed files with 40 additions and 7 deletions
|
@ -145,8 +145,8 @@ public class AbstractSopCmdTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void getOutput_fdUnsupportedSpecialPrefix() {
|
||||
assertThrows(SOPGPException.UnsupportedSpecialPrefix.class, () -> abstractCmd.getOutput("@FD:IS_ILLEGAL"));
|
||||
public void getOutput_malformedFileDescriptor() {
|
||||
assertThrows(IllegalArgumentException.class, () -> abstractCmd.getOutput("@FD:IS_ILLEGAL"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue