Add test for DefaultVersionFormatter

This commit is contained in:
Benoit Marty 2024-01-25 14:34:19 +01:00
parent f47b9827c5
commit 410a326557
3 changed files with 58 additions and 1 deletions

View file

@ -82,6 +82,7 @@ dependencies {
testImplementation(projects.libraries.indicator.impl)
testImplementation(projects.features.logout.impl)
testImplementation(projects.services.analytics.test)
testImplementation(projects.services.toolbox.test)
testImplementation(projects.features.analytics.impl)
testImplementation(projects.tests.testutils)
}