Skip to content

Commit 6cb4d10

Browse files
committed
Fix typo
1 parent eea976b commit 6cb4d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/matrix/impl/src/test/kotlin/io/element/android/libraries/matrix/impl/roomlist/RoomSummaryListProcessorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class RoomSummaryListProcessorTest {
150150
}
151151

152152
@Test
153-
fun `Rest removes all entries and add the provided ones`() = runTest {
153+
fun `Reset removes all entries and add the provided ones`() = runTest {
154154
summaries.value = listOf(aRoomSummaryFilled(roomId = A_ROOM_ID), aRoomSummaryFilled(A_ROOM_ID_2))
155155
val processor = createProcessor()
156156
val index = 0

0 commit comments

Comments
 (0)