fix jvm test AddressIndex class capitalisation

This commit is contained in:
Ed Ball 2023-02-01 14:13:26 +01:00 committed by thunderbiscuit
parent 458a162c2a
commit 7611a65620
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -46,7 +46,7 @@ class JvmLibTest {
@Test
fun memoryWalletNewAddress() {
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)
}