Add test for ECKey.hashcode()

This commit is contained in:
nicksavers 2014-05-24 18:12:54 +02:00
parent 1ff207fe71
commit 9949fbe8ef
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class ECKeyTest {
@Test @Test
public void testHashCode() { public void testHashCode() {
fail("Not yet implemented"); assertEquals(1866897155, ECKey.fromPrivate(privateKey).hashCode());
} }
@Test @Test