mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9631: remove assertk dependency.
This commit is contained in:
parent
f2dbaf24d9
commit
18a639a64d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user