mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Fix build breakage over FragmentScenario integration
This commit is contained in:
parent
0e05a377f3
commit
78f8354fbb
@ -376,7 +376,7 @@ dependencies {
|
||||
|
||||
testImplementation Deps.junit
|
||||
testImplementation Deps.robolectric
|
||||
debugImplementation Deps.fragment_testing
|
||||
implementation Deps.fragment_testing
|
||||
testImplementation Deps.megazord_forUnitTests
|
||||
testImplementation Deps.places_forUnitTests
|
||||
|
||||
|
@ -12,7 +12,6 @@ import io.mockk.Runs
|
||||
import io.mockk.every
|
||||
import io.mockk.just
|
||||
import io.mockk.mockk
|
||||
import kotlinx.coroutines.ObsoleteCoroutinesApi
|
||||
import mozilla.appservices.places.BookmarkRoot
|
||||
import org.junit.Assert.assertEquals
|
||||
import org.junit.Before
|
||||
@ -24,7 +23,6 @@ import org.mozilla.fenix.TestUtils
|
||||
import org.robolectric.RobolectricTestRunner
|
||||
import org.robolectric.annotation.Config
|
||||
|
||||
@ObsoleteCoroutinesApi
|
||||
@RunWith(RobolectricTestRunner::class)
|
||||
@Config(application = TestApplication::class)
|
||||
class BookmarkFragmentTest {
|
||||
|
@ -23,7 +23,7 @@ private object Versions {
|
||||
const val androidx_fragment = "1.1.0-alpha07"
|
||||
const val androidx_navigation = "2.1.0-alpha02"
|
||||
const val androidx_recyclerview = "1.1.0-alpha04"
|
||||
const val androidx_testing = "1.1.0-alpha07"
|
||||
const val androidx_testing = "1.1.0-alpha08"
|
||||
|
||||
const val appservices_gradle_plugin = "0.4.4"
|
||||
const val mozilla_android_components = "0.52.0-SNAPSHOT"
|
||||
|
Loading…
Reference in New Issue
Block a user