Skip to content

Commit

Permalink
improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Jul 16, 2024
1 parent 5bd1c10 commit 276618e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_brssl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ suite "x509":
var x509: X509MinimalContext

x509MinimalInit(x509, nil, nil, 0)
x509NoanchorInit(xwc, X509ClassPointerConst(addr x509.vtable))
x509NoanchorInit(xwc, addr x509.vtable)
4 changes: 2 additions & 2 deletions tests/test_rsa.nim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type
pexplen*: uint

suite "rsa":
test "rsaKeygenGetDefault":
test "test rsaKeygenGetDefault interface":
let rng = HmacDrbgContext.new()

let
Expand All @@ -38,4 +38,4 @@ suite "rsa":
addr res.buffer[pko],
cuint(DefaultKeySize),
DefaultPublicExponent,
) != 0
) != 0

0 comments on commit 276618e

Please sign in to comment.