Skip to content

Commit

Permalink
Rename key to reflect purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Jul 4, 2020
1 parent dc45cd7 commit 076eca8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/test/java/pro/javacard/gp/TestDMTokenizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class TestDMTokenizer {

@BeforeClass
public void setUp() throws Exception {
try (FileInputStream fin = new FileInputStream(new File("src/test/resources/test-private.pem"))) {
try (FileInputStream fin = new FileInputStream(new File("src/test/resources/test-dm-private.pem"))) {
key = (RSAPrivateKey) GPCrypto.pem2PrivateKey(fin);
}
}
Expand Down
File renamed without changes.

0 comments on commit 076eca8

Please sign in to comment.