Remove weird trailing comma
This commit is contained in:
parent
ce2033bd43
commit
bbc24d70f2
1 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ class RoomListSearchPresenterTests {
|
||||||
assertThat(
|
assertThat(
|
||||||
roomListService.allRooms.currentFilter.value
|
roomListService.allRooms.currentFilter.value
|
||||||
).isEqualTo(
|
).isEqualTo(
|
||||||
RoomListFilter.None,
|
RoomListFilter.None
|
||||||
)
|
)
|
||||||
state.eventSink(RoomListSearchEvents.QueryChanged("Search"))
|
state.eventSink(RoomListSearchEvents.QueryChanged("Search"))
|
||||||
}
|
}
|
||||||
|
|
@ -97,7 +97,7 @@ class RoomListSearchPresenterTests {
|
||||||
assertThat(
|
assertThat(
|
||||||
roomListService.allRooms.currentFilter.value
|
roomListService.allRooms.currentFilter.value
|
||||||
).isEqualTo(
|
).isEqualTo(
|
||||||
RoomListFilter.None,
|
RoomListFilter.None
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue