Add test for ActionListPresenter
This commit is contained in:
parent
101ed1f272
commit
48bd5fd48e
2 changed files with 177 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue