Updated on 2026-08-14
This commit is contained in:
parent
508b2ad04f
commit
59a6a4cb69
6 changed files with 22 additions and 14 deletions
|
|
@ -48,8 +48,13 @@ class WalletAccountListFlowFactoryTest {
|
|||
|
||||
@AfterEach
|
||||
fun tearDownEach() {
|
||||
clearMocks(accountListConverter)
|
||||
|
||||
clearMocks(
|
||||
accountsResponseStoreFactory,
|
||||
accountsResponseStore,
|
||||
accountListConverterFactory,
|
||||
accountListConverter,
|
||||
cardCryptoCurrencyFactory,
|
||||
)
|
||||
accountsResponseStoreFlow.value = null
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue