Remove extra test

This commit is contained in:
Gruruya 2023-04-04 00:12:55 -04:00
parent f32bef8d60
commit acb11b2031
1 changed files with 0 additions and 4 deletions

View File

@ -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)[]