Create FakePushService.

This commit is contained in:
Benoit Marty 2024-03-25 10:47:18 +01:00 committed by Benoit Marty
parent 3edbb29eb8
commit 5ff74caed8
4 changed files with 41 additions and 18 deletions

View file

@ -65,6 +65,7 @@ dependencies {
testImplementation(libs.test.truth)
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.push.test)
testImplementation(projects.features.networkmonitor.test)
testImplementation(projects.features.login.impl)
testImplementation(projects.tests.testutils)