Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-22 10:22:31 +02:00
parent bbf2b14479
commit 8eb46c9672
2 changed files with 1 additions and 7 deletions

View file

@ -73,7 +73,7 @@ internal class ContactMatcherTest {
assertThat(result.single().icon.color).isEqualTo(CryptoPortfolioIcon.Color.Azure)
}
private fun contact(name: String, vararg entries: AddressEntry): Contact = Contact(
private fun contact(name: String, vararg entries: AddressEntry, iconColor: String = "Azure"): Contact = Contact(
id = ContactId(name),
walletId = UserWalletId(stringValue = "0001"),
name = requireNotNull(ContactName(name).getOrNull()) { "invalid test name" },