Add pendingPublishRelaysFor stub to desktopApp StubNostrClient

Add pendingPublishRelaysFor stub to test NostrClient fakes
This commit is contained in:
davotoula
2026-05-07 21:37:25 +02:00
parent d9f1237ff3
commit a2d3c478d2
3 changed files with 6 additions and 0 deletions
@@ -112,6 +112,8 @@ class CoordinatorPipelineTest {
relayList: Set<NormalizedRelayUrl>,
) {}
override fun pendingPublishRelaysFor(eventId: HexKey): Set<NormalizedRelayUrl>? = null
override fun addConnectionListener(listener: RelayConnectionListener) {}
override fun removeConnectionListener(listener: RelayConnectionListener) {}