Add test on NotificationBroadcastReceiverHandler

This commit is contained in:
Benoit Marty 2024-06-05 14:50:22 +02:00 committed by Benoit Marty
parent 7dac89202a
commit 625c8aa27e
7 changed files with 554 additions and 33 deletions

View file

@ -71,6 +71,7 @@ dependencies {
testImplementation(libs.coil.test)
testImplementation(libs.coroutines.test)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.preferences.test)
testImplementation(projects.libraries.push.test)
testImplementation(projects.libraries.pushproviders.test)
testImplementation(projects.libraries.pushstore.test)