mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 22:34:02 +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
|
|
@ -23,7 +23,7 @@ import org.robolectric.annotation.Config
|
|||
import java.util.*
|
||||
|
||||
@RunWith(RobolectricTestRunner::class)
|
||||
@Config(constants = BuildConfig::class, sdk = [21], application = TestCommonsApplication::class)
|
||||
@Config(sdk = [21], application = TestCommonsApplication::class)
|
||||
class ContributionDaoTest {
|
||||
private val localUri = "http://example.com/"
|
||||
private val client: ContentProviderClient = mock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue