Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Mar 8, 2018
1 parent cd18b0f commit 4528bbf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ckChangeLog-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ android {
dependencies {
implementation 'com.android.support:support-annotations:27.1.0'

testImplementation 'org.robolectric:robolectric:3.1.4'
testImplementation 'org.robolectric:robolectric:3.7.1'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:1.10.19'
testImplementation 'org.mockito:mockito-core:2.8.9'
}

project.ext.pom = rootProject.pom
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@


@RunWith(RobolectricTestRunner.class)
@Config(constants = BuildConfig.class, sdk = 23)
public class ChangeLogTest {
private static final int APP_VERSION_CODE = 3;
private static final String APP_VERSION_NAME = "1.2";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@


@RunWith(RobolectricTestRunner.class)
@Config(constants = BuildConfig.class, sdk = 23)
public class MergedChangeLogProviderTest {
@Test
public void getChangeLog_shouldReturnMergedChangeLog() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@


@RunWith(RobolectricTestRunner.class)
@Config(constants = BuildConfig.class, sdk = 23)
public class XmlParserTest {
@Test
public void parse_withEmptyChangeLog() throws Exception {
Expand Down

0 comments on commit 4528bbf

Please sign in to comment.