rename test function.
This commit is contained in:
parent
ccb3aef6a5
commit
26a5da88f6
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ import org.junit.Test
|
||||||
|
|
||||||
class DefaultRoomAliasSuggestionsDataSourceTest {
|
class DefaultRoomAliasSuggestionsDataSourceTest {
|
||||||
@Test
|
@Test
|
||||||
fun `DefaultRoomAliasSuggestionsDataSource must emit a list of room alias suggestions`() = runTest {
|
fun `getAllRoomAliasSuggestions must emit a list of room alias suggestions`() = runTest {
|
||||||
val roomListService = FakeRoomListService()
|
val roomListService = FakeRoomListService()
|
||||||
val sut = DefaultRoomAliasSuggestionsDataSource(
|
val sut = DefaultRoomAliasSuggestionsDataSource(
|
||||||
roomListService
|
roomListService
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue