From 7f6b44cd0b91e23fe9e1101f55914d0d6c5a5ea4 Mon Sep 17 00:00:00 2001 From: David Kaspar Date: Sat, 27 May 2023 23:50:22 +0100 Subject: [PATCH] spelling fix --- .../com/vitorpamplona/amethyst/service/Nip05VerifierTest.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/test/java/com/vitorpamplona/amethyst/service/Nip05VerifierTest.kt b/app/src/test/java/com/vitorpamplona/amethyst/service/Nip05VerifierTest.kt index 44d964ec8..afd6107de 100644 --- a/app/src/test/java/com/vitorpamplona/amethyst/service/Nip05VerifierTest.kt +++ b/app/src/test/java/com/vitorpamplona/amethyst/service/Nip05VerifierTest.kt @@ -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"