Skip to content

Commit

Permalink
pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Nov 4, 2024
1 parent 358a623 commit 4707c1b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -819,7 +819,7 @@ class ConversationRepositoryTest {
//
// awaitComplete()
// }
}
// }

@Test
fun givenAGroupConversationHasNewMessages_whenObservingConversationListDetails_ThenCorrectlyGetUnreadMessageCount() = runTest {
Expand Down

0 comments on commit 4707c1b

Please sign in to comment.