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 2d154e1
Showing 1 changed file with 2 additions and 2 deletions.
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 2d154e1

Please sign in to comment.