test: instrumented repository smoke against real CalendarContract

This commit is contained in:
2026-06-08 17:57:12 +02:00
parent 035ac9b003
commit 3ced240e23
2 changed files with 46 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ dependencies {
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
androidTestImplementation(libs.androidx.test.rules)
androidTestImplementation(libs.truth)
androidTestImplementation(platform(libs.androidx.compose.bom))
androidTestImplementation(libs.androidx.ui.test.junit4)
}