Skip to content

Commit

Permalink
fix tests after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mchenani committed Apr 26, 2024
1 parent 611f9cc commit 60c7f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import com.wire.kalium.logic.data.id.QualifiedID
import com.wire.kalium.logic.data.id.toCrypto
import com.wire.kalium.logic.data.message.Message
import com.wire.kalium.logic.data.user.UserId
import com.wire.kalium.logic.feature.e2ei.usecase.FetchMLSVerificationStatusUseCaseImpl
import com.wire.kalium.logic.framework.TestConversation
import com.wire.kalium.logic.framework.TestConversationDetails
import com.wire.kalium.logic.framework.TestUser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ internal open class ConversationRepositoryArrangementImpl : ConversationReposito

override suspend fun withConversationDetailsByIdReturning(result: Either<StorageFailure, Conversation>) {
coEvery {
conversationRepository.detailsById(any()) }
conversationRepository.detailsById(any())
}.returns(result)
}
}

0 comments on commit 60c7f94

Please sign in to comment.