Skip to content

Commit

Permalink
Arreglado el error del test8 en remoto
Browse files Browse the repository at this point in the history
  • Loading branch information
jesnavino committed Feb 1, 2017
1 parent 3a8c1e6 commit e7d62a3
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 @@ -306,7 +306,7 @@ public void test8DeleteEntriesInDatabaseRemote(){
}
}
System.out.println(res);
Assert.assertTrue(res == 5);
Assert.assertTrue(res == 6);


}
Expand Down

0 comments on commit e7d62a3

Please sign in to comment.