Change chunk_length type in unit test

This commit is contained in:
Florian Renaud 2022-10-18 08:58:21 +02:00
parent 3a951f2076
commit 1db3d69aeb

View file

@ -34,7 +34,7 @@ import org.matrix.android.sdk.api.session.room.model.relation.ReplyToContent
private const val AN_EVENT_ID = "event_id"
private const val A_REFERENCED_EVENT_ID = "event_id_ref"
private const val A_CHUNK_LENGTH = 3_600L
private const val A_CHUNK_LENGTH = 30
class VoiceBroadcastEventTest {