1
0
Fork 0

For #9631: remove assertk dependency.

master
Michael Comella 2020-04-02 11:35:52 -07:00 committed by Michael Comella
parent 376740cd2c
commit 9305331a56
2 changed files with 0 additions and 3 deletions

View File

@ -590,7 +590,6 @@ dependencies {
testImplementation Deps.mockito_core
androidTestImplementation Deps.mockito_android
testImplementation Deps.mockk
testImplementation Deps.assertk
// For the initial release of Glean 19, we require consumer applications to
// depend on a separate library for unit tests. This will be removed in future releases.

View File

@ -39,7 +39,6 @@ object Versions {
const val junit = "5.5.2"
const val mockito = "2.24.5"
const val mockk = "1.9.kotlin12"
const val assertk = "0.19"
const val mockwebserver = "3.11.0"
const val uiautomator = "2.2.0"
@ -177,7 +176,6 @@ object Deps {
const val mockito_core = "org.mockito:mockito-core:${Versions.mockito}"
const val mockito_android = "org.mockito:mockito-android:${Versions.mockito}"
const val mockk = "io.mockk:mockk:${Versions.mockk}"
const val assertk = "com.willowtreeapps.assertk:assertk-jvm:${Versions.assertk}"
// --- START AndroidX test dependencies --- //
// N.B.: the versions of these dependencies appear to be pinned together. To avoid bugs, they