Moves EmptyNostrClient to a class to avoid auto-import issues
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ class ConvertExceptionsTest {
|
||||
NostrSignerRemote.fromBunkerUri(
|
||||
"bunker://${"a".repeat(64)}?relay=wss://r.com",
|
||||
NostrSignerInternal(KeyPair()),
|
||||
EmptyNostrClient,
|
||||
EmptyNostrClient(),
|
||||
)
|
||||
|
||||
@Test
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ import kotlin.test.assertNull
|
||||
|
||||
class FromBunkerUriTest {
|
||||
private val signer = NostrSignerInternal(KeyPair())
|
||||
private val client = EmptyNostrClient
|
||||
private val client = EmptyNostrClient()
|
||||
private val validHex = "a".repeat(64)
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user