Moves EmptyNostrClient to a class to avoid auto-import issues

This commit is contained in:
Vitor Pamplona
2026-03-22 15:14:49 -04:00
parent 2e1066a609
commit 439b392aa0
7 changed files with 10 additions and 12 deletions
@@ -61,7 +61,7 @@ class AccountManagerHeartbeatTest {
NostrSignerRemote.fromBunkerUri(
"bunker://$validHex?relay=wss://r.com",
ephemeral,
EmptyNostrClient,
EmptyNostrClient(),
),
)
}