Updated on 2026-08-14
This commit is contained in:
parent
8af93ac94e
commit
bbf2b14479
2 changed files with 7 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ internal class ContactMatcherTest {
|
|||
assertThat(result.single().icon.color).isEqualTo(CryptoPortfolioIcon.Color.Azure)
|
||||
}
|
||||
|
||||
private fun contact(name: String, vararg entries: AddressEntry, iconColor: String = "Azure"): Contact = Contact(
|
||||
private fun contact(name: String, vararg entries: AddressEntry): Contact = Contact(
|
||||
id = ContactId(name),
|
||||
walletId = UserWalletId(stringValue = "0001"),
|
||||
name = requireNotNull(ContactName(name).getOrNull()) { "invalid test name" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue