test: fix live android tests

This commit is contained in:
thunderbiscuit
2024-05-21 11:36:29 -04:00
parent 260a0a65b3
commit 9c45254c3e
3 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ import kotlin.test.AfterTest
@RunWith(AndroidJUnit4::class)
class OfflineWalletTest {
private val persistenceFilePath = InstrumentationRegistry
.getInstrumentation().targetContext.filesDir.path + "/bdk_persistence.db"
.getInstrumentation().targetContext.filesDir.path + "/bdk_persistence1.db"
@AfterTest
fun cleanup() {