From 4707c1b8dedec5726568b43a0aa4f5414acdeb3a Mon Sep 17 00:00:00 2001 From: Mohamad Jaara Date: Mon, 4 Nov 2024 15:51:59 +0100 Subject: [PATCH] pr comment --- .../data/conversation/ConversationRepositoryTest.kt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/logic/src/commonTest/kotlin/com/wire/kalium/logic/data/conversation/ConversationRepositoryTest.kt b/logic/src/commonTest/kotlin/com/wire/kalium/logic/data/conversation/ConversationRepositoryTest.kt index eace56cdfe..70f0807d7d 100644 --- a/logic/src/commonTest/kotlin/com/wire/kalium/logic/data/conversation/ConversationRepositoryTest.kt +++ b/logic/src/commonTest/kotlin/com/wire/kalium/logic/data/conversation/ConversationRepositoryTest.kt @@ -790,10 +790,10 @@ class ConversationRepositoryTest { } } - @Ignore - @Test - fun givenAOneToOneConversationHasNotNewMessages_whenGettingConversationDetails_ThenReturnZeroUnreadMessageCount() = - runTest { + // TODO: bring back once pagination is implemented +// @Test +// fun givenAOneToOneConversationHasNotNewMessages_whenGettingConversationDetails_ThenReturnZeroUnreadMessageCount() = +// runTest { // // given // val conversationIdEntity = ConversationIDEntity("some_value", "some_domain") // val conversationId = QualifiedID("some_value", "some_domain") @@ -819,7 +819,7 @@ class ConversationRepositoryTest { // // awaitComplete() // } - } +// } @Test fun givenAGroupConversationHasNewMessages_whenObservingConversationListDetails_ThenCorrectlyGetUnreadMessageCount() = runTest {