1
0
Fork 0

Fix build breakage over FragmentScenario integration

master
Colin Lee 2019-05-08 10:27:24 -05:00
parent 0e05a377f3
commit 78f8354fbb
3 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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"