Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-01 14:12:02 +03:00
parent 508b2ad04f
commit 59a6a4cb69
6 changed files with 22 additions and 14 deletions

View file

@ -48,8 +48,13 @@ class WalletAccountListFlowFactoryTest {
@AfterEach
fun tearDownEach() {
clearMocks(accountListConverter)
clearMocks(
accountsResponseStoreFactory,
accountsResponseStore,
accountListConverterFactory,
accountListConverter,
cardCryptoCurrencyFactory,
)
accountsResponseStoreFlow.value = null
}