Skip to content

Commit c0ac147

Browse files
committed
Fixed failing sandbox ui tests
1 parent 8e879e0 commit c0ac147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sandbox/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ dependencies {
8686
testImplementation project(":libraries:rib-base-test")
8787
testImplementation project(":libraries:rib-base-test-rx2")
8888

89+
junitAndroidTestImplementation(project)
8990
androidTestImplementation platform(deps.compose.bom)
9091
androidTestImplementation project(":libraries:rib-base-test")
92+
androidTestImplementation deps.androidTest.rules
9193
androidTestImplementation deps.androidTest.runner
9294
androidTestImplementation deps.androidTest.espresso
9395
androidTestImplementation deps.test.mockitoKotlin

0 commit comments

Comments
 (0)