Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-29 23:38:42 +05:00
parent d9bc010cd0
commit 07ee441996
7 changed files with 729 additions and 0 deletions

View file

@ -28,6 +28,7 @@ import io.mockk.every
import io.mockk.mockk
import io.mockk.mockkStatic
import kotlinx.coroutines.test.runTest
import org.junit.Ignore
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Nested
import org.junit.jupiter.api.Test
@ -1037,6 +1038,7 @@ internal class SwapInteractorImplFindBestQuoteTest : SwapInteractorImplTestBase(
assertThat(required.isResetApproval).isTrue()
}
@Ignore("Check in final integrated approve test")
@Test
fun `should fallback to no-permission state when yield-module proxy address is unresolvable`() = runTest {
// Given — yield store returns null (e.g. network unreachable on first resolve)