Move module features.analytics.test to services.analytics.test. FakeAnalyticsService was not implemented at the correct location.

This commit is contained in:
Benoit Marty 2023-08-28 12:31:25 +02:00
parent 3f4cd609e0
commit bcede44407
20 changed files with 21 additions and 20 deletions

View file

@ -53,7 +53,7 @@ dependencies {
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.push.test)
testImplementation(projects.features.invitelist.test)
testImplementation(projects.features.analytics.test)
testImplementation(projects.services.analytics.test)
ksp(libs.showkase.processor)
}