Inject a StringProvider instead of the context, and update tests.

Also remove the other StringProvider we had, it was not used anymore
This commit is contained in:
Benoit Marty 2025-08-13 10:49:05 +02:00 committed by Benoit Marty
parent 5bbfaad03b
commit 9c32dbba58
7 changed files with 36 additions and 29 deletions

View file

@ -65,6 +65,7 @@ dependencies {
testImplementation(projects.features.rageshake.test)
testImplementation(projects.services.appnavstate.test)
testImplementation(projects.services.analytics.test)
testImplementation(projects.services.toolbox.test)
testImplementation(libs.test.appyx.junit)
testImplementation(libs.test.arch.core)
}