Move RoomListRoomSummary factory to a dedicated file, more tests will be added.
This commit is contained in:
parent
9d461a4917
commit
25768c7e87
3 changed files with 57 additions and 26 deletions
|
|
@ -18,6 +18,8 @@ package io.element.android.libraries.dateformatter.test
|
|||
|
||||
import io.element.android.libraries.dateformatter.api.LastMessageTimestampFormatter
|
||||
|
||||
const val A_FORMATTED_DATE = "formatted_date"
|
||||
|
||||
class FakeLastMessageTimestampFormatter : LastMessageTimestampFormatter {
|
||||
private var format = ""
|
||||
fun givenFormat(format: String) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue