Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-25 12:26:24 +03:00
parent 64626bbcbc
commit 0ff4768da9
6 changed files with 5 additions and 103 deletions

View file

@ -56,16 +56,7 @@ abstract class BaseTestCase : TestCase(
hiltRule.inject()
Intents.init()
additionalBeforeSection()
runBlocking {
delay(INIT_DELAY)
}
}.after {
runBlocking {
appPreferencesStore.editData { prefs -> prefs.clear() }
}
additionalAfterSection()
Intents.release()
}