Skip to content

Commit 43590fb

Browse files
committed
test(pactus): fix KT broken tests
1 parent 29bf3c5 commit 43590fb

File tree

1 file changed

+1
-1
lines changed
  • android/app/src/androidTest/java/com/trustwallet/core/app/blockchains

1 file changed

+1
-1
lines changed

android/app/src/androidTest/java/com/trustwallet/core/app/blockchains/TestCoinType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class TestCoinType {
7373

7474
@Test
7575
fun testDerivationPathPactus() {
76-
res = CoinType.createFromValue(CoinType.PACTUS.value()).derivationPath().toString()
76+
var res = CoinType.createFromValue(CoinType.PACTUS.value()).derivationPath().toString()
7777
assertEquals(res, "m/44'/21888'/3'/0'")
7878
res = CoinType.createFromValue(CoinType.PACTUS.value()).derivationPathWithDerivation(Derivation.PACTUSMAINNET).toString()
7979
assertEquals(res, "m/44'/21888'/3'/0'")

0 commit comments

Comments
 (0)