Add todo for missing unit test

This commit is contained in:
Florian Renaud 2022-11-28 16:15:07 +01:00
parent 620bebc3a3
commit 9840731778

View File

@ -85,7 +85,10 @@ class StartVoiceBroadcastUseCase @Inject constructor(
)
val voiceBroadcast = VoiceBroadcast(roomId = room.roomId, voiceBroadcastId = eventId)
// TODO Update unit test to cover the following line
room.flow().liveTimelineEvent(eventId).unwrap().first() // wait for the event come back from the sync
startRecording(room, voiceBroadcast, chunkLength, maxLength)
}