diff --git a/features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/messagecomposer/DefaultRoomAliasSuggestionsDataSourceTest.kt b/features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/messagecomposer/DefaultRoomAliasSuggestionsDataSourceTest.kt index 57d33ef244..4fa976fbb4 100644 --- a/features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/messagecomposer/DefaultRoomAliasSuggestionsDataSourceTest.kt +++ b/features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/messagecomposer/DefaultRoomAliasSuggestionsDataSourceTest.kt @@ -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