Fixes Mock class signature

This commit is contained in:
Vitor Pamplona
2026-05-01 15:13:56 -04:00
parent c2fd8727e0
commit 11d8eb0629
@@ -464,7 +464,10 @@ class NestViewModelTest {
mutable.value = s
}
override suspend fun subscribeSpeaker(speakerPubkeyHex: String): SubscribeHandle = error("subscribeSpeaker not exercised in these tests — see NestPlayerTest in :nestsClient")
override suspend fun subscribeSpeaker(
speakerPubkeyHex: String,
maxLatencyMs: Long,
): SubscribeHandle = error("subscribeSpeaker not exercised in these tests — see NestPlayerTest in :nestsClient")
override suspend fun close() {
closeCallCount++