From 07dbac08414a11c93a7af37256329abbae2a0e08 Mon Sep 17 00:00:00 2001 From: cach30verfl0w Date: Fri, 14 Jun 2024 18:44:25 +0200 Subject: [PATCH] Remove double close --- .../io/karma/advcrypto/linux/tests/KeyReaderHelperTests.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/kmp-advcrypto/src/linuxX64Test/kotlin/io/karma/advcrypto/linux/tests/KeyReaderHelperTests.kt b/kmp-advcrypto/src/linuxX64Test/kotlin/io/karma/advcrypto/linux/tests/KeyReaderHelperTests.kt index 398dd43..4a95ef3 100644 --- a/kmp-advcrypto/src/linuxX64Test/kotlin/io/karma/advcrypto/linux/tests/KeyReaderHelperTests.kt +++ b/kmp-advcrypto/src/linuxX64Test/kotlin/io/karma/advcrypto/linux/tests/KeyReaderHelperTests.kt @@ -48,7 +48,6 @@ class KeyReaderHelperTests { assert(key.algorithm == "RSA") assert(key.format == KeyFormat.DER) assert(key.type == KeyType.PUBLIC) - close() } }