Skip to content

Commit

Permalink
Correccion nombre test10
Browse files Browse the repository at this point in the history
  • Loading branch information
ernrodnun committed Feb 1, 2017
1 parent cc5c392 commit b465a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/test/java/VerificacionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public void test9EncryptRSA() throws Exception{


@Test(expected = java.lang.AssertionError.class)
public void test9EncryptRSAFalse() throws Exception{
public void test10EncryptRSAFalse() throws Exception{
KeyPair keypair1;
KeyPair keypair2;
String test = "Prueba";
Expand Down

0 comments on commit b465a5f

Please sign in to comment.