Add test on AdvancedSettingsPresenterTest

This commit is contained in:
Benoit Marty 2023-09-14 14:37:45 +02:00 committed by Benoit Marty
parent 33bf410710
commit 2a217700e7
2 changed files with 79 additions and 0 deletions

View file

@ -67,6 +67,7 @@ dependencies {
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.featureflag.test)
testImplementation(projects.libraries.preferences.test)
testImplementation(projects.features.rageshake.test)
testImplementation(projects.features.rageshake.impl)
testImplementation(projects.features.logout.impl)