Skip to content

Commit

Permalink
Change default reader index to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
dufkan committed Feb 21, 2024
1 parent 9689c20 commit beee548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applet/src/test/java/tests/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public CardManager connectRaw(byte[] installData) throws Exception {
// System.setProperty("com.licel.jcardsim.randomdata.secure", "1");

runCfg.setTestCardType(cardType);
runCfg.setTargetReaderIndex(2);
runCfg.setTargetReaderIndex(0);

if (cardType == CardType.REMOTE){
runCfg.setRemoteAddress("http:https://127.0.0.1:9901");
Expand Down

0 comments on commit beee548

Please sign in to comment.