Skip to content

Commit e5e3a6b

Browse files
committed
Upgrade robolectric to fix unit tests
This is as per the observation of Nicolas Raoul in the MR. He mentions this brings down test failures to just 5. Ref: #5220 (comment)
1 parent eae3e31 commit e5e3a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787

8888
// Unit testing
8989
testImplementation 'junit:junit:4.13.2'
90-
testImplementation 'org.robolectric:robolectric:4.6.1'
90+
testImplementation 'org.robolectric:robolectric:4.10.3'
9191
testImplementation 'androidx.test:core:1.4.0'
9292
testImplementation "com.squareup.okhttp3:mockwebserver:$OKHTTP_VERSION"
9393
testImplementation "com.jraska.livedata:testing-ktx:1.1.2"

0 commit comments

Comments
 (0)