summaryrefslogtreecommitdiff
path: root/tests/activity
diff options
context:
space:
mode:
author Mark Renouf <mrenouf@google.com> 2024-05-10 16:52:42 -0400
committer Mark Renouf <mrenouf@google.com> 2024-05-10 17:02:57 -0400
commit72438130632712507b1462f233e38bb885c6b412 (patch)
tree53760787874373e22720942035807e9d48433c70 /tests/activity
parenta80f46c7fe49ef00ebee256a89e291b420d9efa0 (diff)
Switch to -nodeps flavor of mockito-kotlin
Bug: 339853443 Test: Treehugger presubmit Flag: TEST_ONLY Change-Id: I4a33919fec204d0c94d4c8b850fd243bbc01630f
Diffstat (limited to 'tests/activity')
-rw-r--r--tests/activity/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/activity/Android.bp b/tests/activity/Android.bp
index 32077f98..b718a430 100644
--- a/tests/activity/Android.bp
+++ b/tests/activity/Android.bp
@@ -54,7 +54,7 @@ android_test {
"junit",
"kotlinx_coroutines_test",
"mockito-target-minus-junit4",
- "mockito-kotlin2",
+ "mockito-kotlin-nodeps",
"testables",
"truth",
"truth-java8-extension",