Updated on 2026-08-14
This commit is contained in:
parent
43fbd775e2
commit
7176436226
12 changed files with 68 additions and 13 deletions
|
|
@ -195,10 +195,12 @@ internal class DefaultAddressBookRepositoryTest {
|
|||
assertThat(result).isEqualTo(bob)
|
||||
}
|
||||
|
||||
private fun createContact(id: String, name: String): Contact = Contact(
|
||||
private fun createContact(id: String, name: String, iconColor: String = "KekColor"): Contact = Contact(
|
||||
id = ContactId(id),
|
||||
walletId = UserWalletId(WALLET_A),
|
||||
name = ContactName(name).getOrNull()!!,
|
||||
icon = "",
|
||||
iconColor = iconColor,
|
||||
createdAt = TIMESTAMP,
|
||||
updatedAt = TIMESTAMP,
|
||||
addressEntries = emptyList(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue