Remove extra test
This commit is contained in:
parent
f32bef8d60
commit
acb11b2031
|
@ -43,10 +43,6 @@ suite "secp256k1":
|
|||
SkPublicKey.fromHex(pk.toHex())[].toHex() == pk.toHex()
|
||||
SkSecretKey.random(brokenRng).isErr
|
||||
|
||||
test "Keypairs":
|
||||
check:
|
||||
SkKeyPair.random(workingRng).isOk()
|
||||
|
||||
test "Signatures":
|
||||
let
|
||||
sk = SkSecretKey.random(workingRng)[]
|
||||
|
|
Loading…
Reference in New Issue