Fix Android tests to account for new AddressIndex sealed class
This commit is contained in:
parent
f121372c73
commit
5ca1d17adb
@ -54,7 +54,7 @@ class AndroidLibTest {
|
|||||||
@Test
|
@Test
|
||||||
fun memoryWalletNewAddress() {
|
fun memoryWalletNewAddress() {
|
||||||
val wallet = Wallet(descriptor, null, Network.TESTNET, databaseConfig)
|
val wallet = Wallet(descriptor, null, Network.TESTNET, databaseConfig)
|
||||||
val address = wallet.getAddress(AddressIndex.NEW).address
|
val address = wallet.getAddress(AddressIndex.New).address
|
||||||
assertEquals("tb1qzg4mckdh50nwdm9hkzq06528rsu73hjxxzem3e", address)
|
assertEquals("tb1qzg4mckdh50nwdm9hkzq06528rsu73hjxxzem3e", address)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user