From dbe73076ff453684a3feb89925fd6a9d93aed49a Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 22 Aug 2024 13:25:51 +0200 Subject: [PATCH] rename test function. --- .../DefaultRoomAliasSuggestionsDataSourceTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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