mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 02:58:45 +00:00
Remove mockito usage from android tests.
This commit is contained in:
committed by
Greyson Parrelli
parent
75f4fed9ce
commit
2f4577531d
@@ -62,7 +62,6 @@ dependencies {
|
||||
|
||||
testImplementation(testLibs.junit.junit)
|
||||
testImplementation(testLibs.mockito.core)
|
||||
testImplementation(testLibs.mockito.android)
|
||||
testImplementation(testLibs.mockito.kotlin)
|
||||
testImplementation(testLibs.robolectric.robolectric)
|
||||
testImplementation(testLibs.androidx.test.core)
|
||||
|
||||
@@ -80,7 +80,6 @@ dependencies {
|
||||
|
||||
testImplementation(testLibs.junit.junit)
|
||||
testImplementation(testLibs.mockito.core)
|
||||
testImplementation(testLibs.mockito.android)
|
||||
testImplementation(testLibs.mockito.kotlin)
|
||||
testImplementation(testLibs.robolectric.robolectric)
|
||||
testImplementation(testLibs.androidx.test.core)
|
||||
|
||||
Reference in New Issue
Block a user