Skip to content

Commit

Permalink
tests: remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Walle <[email protected]>
  • Loading branch information
mwalle committed Mar 21, 2024
1 parent 6c567e9 commit b32c03b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/cc/walle/neopgp/JcardsimTestCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
public abstract class JcardsimTestCase {

Simulator simulator;
//AID appletAID = AIDUtil.create("d27600012401");
AID appletAID = AIDUtil.create("d276000124010304ffff000000000000");
AID appletAID = AIDUtil.create("D276000124010304FFFF000000000000");
byte[] info = ByteUtil.byteArray("00");
byte[] params = ByteUtil.byteArray("0001");

Expand Down

0 comments on commit b32c03b

Please sign in to comment.