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

Commit

Permalink
Fix error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cach30verfl0w committed Jun 14, 2024
1 parent 33e1989 commit 1fc0189
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ import okio.Path.Companion.toPath
import kotlin.experimental.ExperimentalNativeApi
import kotlin.test.Test

@OptIn(ExperimentalNativeApi::class)
@OptIn(ExperimentalNativeApi::class, InsecureCryptoApi::class)
class KeyReaderHelperTests {
private val fileSystem = FileSystem.SYSTEM

@OptIn(InsecureCryptoApi::class)

@Test
fun testPEM() {
fileSystem.read("./testkeys/rsa-private-key.pem".toPath()) {
Expand Down

0 comments on commit 1fc0189

Please sign in to comment.