Skip to content

Commit

Permalink
Fix cherry-pick problems
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow committed Jun 18, 2024
1 parent 407e42c commit cd11f18
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ import com.wire.kalium.logic.feature.client.ObserveCurrentClientIdUseCase
import com.wire.kalium.logic.feature.client.SelfClientsResult
import com.wire.kalium.logic.feature.e2ei.usecase.GetUserE2eiCertificatesUseCase
import com.wire.kalium.logic.feature.user.IsE2EIEnabledUseCase
import io.mockk.coEvery
<<<<<<< HEAD
import io.mockk.MockKAnnotations
=======
import io.mockk.coEvery
import io.mockk.coVerify
>>>>>>> fc8d8ad9d (fix: Re-fetching of devices certificates on comming back from DeviceDetails [WPB-6970] (#3103))
import io.mockk.impl.annotations.MockK
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.flow.flowOf
Expand Down

0 comments on commit cd11f18

Please sign in to comment.