Skip to content

Commit 99ea310

Browse files
committed
Fix typo in ShaChain test file
1 parent c90cc49 commit 99ea310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonTest/kotlin/fr/acinq/lightning/crypto/SchaChainTestsCommon.kt renamed to src/commonTest/kotlin/fr/acinq/lightning/crypto/ShaChainTestsCommon.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import kotlin.test.assertFailsWith
99
import kotlin.test.assertTrue
1010

1111

12-
class SchaChainTestsCommon : LightningTestSuite() {
12+
class ShaChainTestsCommon : LightningTestSuite() {
1313
private val expected = listOf(
1414
Hex.decode("f85a0f7f237ed2139855703db4264de380ec731f64a3d832c22a5f2ef615f1d5"),
1515
Hex.decode("a07acb1203f8d7a761eb43e109e46fd877031a6fd2a8e6840f064a49ba826aec"),

0 commit comments

Comments
 (0)