Add test for ActionListPresenter

This commit is contained in:
Benoit Marty 2023-02-08 16:01:49 +01:00
parent 101ed1f272
commit 48bd5fd48e
2 changed files with 177 additions and 0 deletions

View file

@ -25,6 +25,7 @@ import kotlinx.coroutines.flow.emptyFlow
import org.matrix.rustcomponents.sdk.TimelineListener
const val A_SENDER_NAME = "Alice"
const val A_SENDER_ID = "@alice:server.org"
const val AN_EVENT_ID_VALUE = "!anEventId"
val AN_EVENT_ID = EventId(AN_EVENT_ID_VALUE)