Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas committed Feb 16, 2024
1 parent 727843d commit 3892502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class DeviceDetailsViewModelTest {
MockKAnnotations.init(this, relaxUnitFun = true)
withFingerprintSuccess()
coEvery { observeUserInfo(any()) } returns flowOf(GetUserInfoResult.Success(TestUser.OTHER_USER, null))
coEvery { getE2eiCertificate(any()) } returns GetE2EICertificateUseCaseResult.Failure.NotActivated
coEvery { getE2eiCertificate(any()) } returns GetE2EICertificateUseCaseResult.NotActivated
coEvery { isE2EIEnabledUseCase() } returns true
}

Expand Down

0 comments on commit 3892502

Please sign in to comment.