function names cannot have @ in iOS

This commit is contained in:
Vitor Pamplona
2026-05-12 22:07:23 -04:00
parent 5c39e3c85b
commit 65c72605a0
@@ -110,7 +110,7 @@ class Nip05Test {
}
@Test
fun `toDisplayValue with regular name returns name@domain`() {
fun `toDisplayValue with regular name returns name at domain`() {
val nip05 = Nip05Id.parse("alice@example.com")
assertNotNull(nip05)
assertEquals("alice@example.com", nip05.toDisplayValue())