Updated on 2026-08-14
This commit is contained in:
parent
815f6c2b25
commit
95ba8be221
8 changed files with 116 additions and 12 deletions
|
|
@ -138,7 +138,7 @@ internal class GetVirtualAccountEligibilityUseCaseTest {
|
|||
coEvery { onboardingRepository.getCustomerEligibility() } returns listOf(TangemPayEligibilityType.BANNER)
|
||||
coEvery {
|
||||
onboardingRepository.hasTangemPayInWallet(wallet.walletId)
|
||||
} returns VisaApiError.NotPaeraCustomer.left()
|
||||
} returns VisaApiError.NotFound.left()
|
||||
|
||||
// WHEN
|
||||
val result = useCase(VirtualAccountEntryPoint.BANNER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue