Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Remove double close
Browse files Browse the repository at this point in the history
  • Loading branch information
Cach30verfl0w committed Jun 14, 2024
1 parent c0ca888 commit 07dbac0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class KeyReaderHelperTests {
assert(key.algorithm == "RSA")
assert(key.format == KeyFormat.DER)
assert(key.type == KeyType.PUBLIC)
close()
}
}

Expand Down

0 comments on commit 07dbac0

Please sign in to comment.