Add test on DefaultClearCacheUseCase

This commit is contained in:
Benoit Marty 2024-06-17 15:59:34 +02:00
parent 64433ea209
commit 4a885769be
4 changed files with 78 additions and 1 deletions

View file

@ -88,8 +88,10 @@ dependencies {
testImplementation(projects.libraries.preferences.test)
testImplementation(projects.libraries.push.test)
testImplementation(projects.libraries.pushstore.test)
testImplementation(projects.features.ftue.test)
testImplementation(projects.features.rageshake.test)
testImplementation(projects.features.rageshake.impl)
testImplementation(projects.features.roomlist.test)
testImplementation(projects.libraries.indicator.impl)
testImplementation(projects.libraries.pushproviders.test)
testImplementation(projects.features.logout.impl)