Add test for NoopPermissionsPresenter and remove the unused factory.
This commit is contained in:
parent
78b8d5cf6e
commit
84e4e0f1a9
3 changed files with 51 additions and 23 deletions
|
|
@ -27,4 +27,10 @@ android {
|
|||
dependencies {
|
||||
implementation(projects.libraries.architecture)
|
||||
api(projects.libraries.permissions.api)
|
||||
|
||||
testImplementation(libs.test.junit)
|
||||
testImplementation(libs.coroutines.test)
|
||||
testImplementation(libs.molecule.runtime)
|
||||
testImplementation(libs.test.truth)
|
||||
testImplementation(libs.test.turbine)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue