Add test for ECKey.hashcode()
This commit is contained in:
parent
1ff207fe71
commit
9949fbe8ef
|
@ -40,7 +40,7 @@ public class ECKeyTest {
|
|||
|
||||
@Test
|
||||
public void testHashCode() {
|
||||
fail("Not yet implemented");
|
||||
assertEquals(1866897155, ECKey.fromPrivate(privateKey).hashCode());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue