rename test function.
This commit is contained in:
parent
48ea516639
commit
dbe73076ff
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ import org.junit.Test
|
|||
|
||||
class DefaultRoomAliasSuggestionsDataSourceTest {
|
||||
@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 sut = DefaultRoomAliasSuggestionsDataSource(
|
||||
roomListService
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue