Repaired integration tests.

This commit is contained in:
Kevin Gorham 2020-01-08 03:47:37 -05:00
parent f72f33477d
commit 074b4fe1ee
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class IntegrationTest {
fun testAddress() {
val seed = mnemonics.toSeed(phrase.toCharArray())
val initializer = Initializer(appContext).apply {
new(seed, overwrite = true)
new(seed, Initializer.DefaultBirthdayStore(appContext).newWalletBirthday, overwrite = true)
}
assertEquals(
"Generated incorrect z-address!",