Skip to content

Commit

Permalink
Various fixes to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dllewellyn committed Sep 23, 2023
1 parent 7bd6274 commit 231c256
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions safeToRunInputValidation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ android {
consumerProguardFiles "consumer-rules.pro"
}

testOptions {
unitTests {
includeAndroidResources = true
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
Expand Down
1 change: 0 additions & 1 deletion scripts/dependencies/test_dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ dependencies {
testImplementation libs.google.truth
testImplementation libs.mockk
testImplementation libs.jupiter
testImplementation libs.robolectric
}

0 comments on commit 231c256

Please sign in to comment.