Fix typo
This commit is contained in:
parent
eea976bb18
commit
6cb4d10375
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ class RoomSummaryListProcessorTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
fun `Rest removes all entries and add the provided ones`() = runTest {
|
||||
fun `Reset removes all entries and add the provided ones`() = runTest {
|
||||
summaries.value = listOf(aRoomSummaryFilled(roomId = A_ROOM_ID), aRoomSummaryFilled(A_ROOM_ID_2))
|
||||
val processor = createProcessor()
|
||||
val index = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue