mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Upgrade to Robolectric 4 (#2982)
This commit is contained in:
parent
230b9527ed
commit
67e43ef446
15 changed files with 22 additions and 21 deletions
|
|
@ -7,7 +7,7 @@ import org.robolectric.RobolectricTestRunner
|
|||
import org.robolectric.annotation.Config
|
||||
|
||||
@RunWith(RobolectricTestRunner::class)
|
||||
@Config(constants = BuildConfig::class, sdk = intArrayOf(21), application = TestCommonsApplication::class)
|
||||
@Config(sdk = [21], application = TestCommonsApplication::class)
|
||||
class MediaTest {
|
||||
@Test
|
||||
fun displayTitleShouldStripExtension() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue