mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Change chunk_length type in unit test
This commit is contained in:
parent
3a951f2076
commit
1db3d69aeb
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue