spelling fix
This commit is contained in:
@@ -93,7 +93,7 @@ class Nip05VerifierTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `test assmble url with invalid value returns null`() {
|
fun `execute assemble url with invalid value returns null`() {
|
||||||
// given
|
// given
|
||||||
val nip05address = "this@that@that.com"
|
val nip05address = "this@that@that.com"
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ class Nip05VerifierTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `test assmble url with valid value returns user url`() {
|
fun `execute assemble url with valid value returns nip05 url`() {
|
||||||
// given
|
// given
|
||||||
val userName = "TheUser"
|
val userName = "TheUser"
|
||||||
val domain = "domain.com"
|
val domain = "domain.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user