Add test on DefaultPushService

This commit is contained in:
Benoit Marty 2024-05-22 12:34:47 +02:00
parent 851887b115
commit 84c8a8577b
6 changed files with 259 additions and 8 deletions

View file

@ -72,6 +72,7 @@ dependencies {
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.push.test)
testImplementation(projects.libraries.pushproviders.test)
testImplementation(projects.libraries.pushstore.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.services.appnavstate.test)
testImplementation(projects.services.toolbox.impl)