Add todo for missing unit test
This commit is contained in:
parent
620bebc3a3
commit
9840731778
@ -85,7 +85,10 @@ class StartVoiceBroadcastUseCase @Inject constructor(
|
|||||||
)
|
)
|
||||||
|
|
||||||
val voiceBroadcast = VoiceBroadcast(roomId = room.roomId, voiceBroadcastId = eventId)
|
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
|
room.flow().liveTimelineEvent(eventId).unwrap().first() // wait for the event come back from the sync
|
||||||
|
|
||||||
startRecording(room, voiceBroadcast, chunkLength, maxLength)
|
startRecording(room, voiceBroadcast, chunkLength, maxLength)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user