Skip to content

Commit

Permalink
work around node test shortcomings
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Dec 6, 2024
1 parent 8c26b6a commit 0858595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indispensable/src/commonTest/kotlin/PemTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class PemTest : FreeSpec({
}
}

"PCKS#8 multi-prime RSA" - {
"PCKS#8 multi-prime RSA" {
val rsa = listOf(
"""
-----BEGIN PRIVATE KEY-----
Expand Down Expand Up @@ -379,7 +379,7 @@ class PemTest : FreeSpec({
-----END PRIVATE KEY-----
""".trimIndent()
)
withData(rsa) {
rsa.forEach {
CryptoPrivateKey.decodeFromPem(it).getOrThrow()
}
}
Expand Down

0 comments on commit 0858595

Please sign in to comment.