pull/428/head
David Kaspar 2023-05-27 23:50:22 +01:00
rodzic 88bad1e308
commit 7f6b44cd0b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -93,7 +93,7 @@ class Nip05VerifierTest {
}
@Test
fun `test assmble url with invalid value returns null`() {
fun `execute assemble url with invalid value returns null`() {
// given
val nip05address = "this@that@that.com"
@ -105,7 +105,7 @@ class Nip05VerifierTest {
}
@Test
fun `test assmble url with valid value returns user url`() {
fun `execute assemble url with valid value returns nip05 url`() {
// given
val userName = "TheUser"
val domain = "domain.com"