Skip to content

Commit

Permalink
Ask ATO to clear package data between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Mar 18, 2024
1 parent 8316d85 commit aa7051d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ android {

testInstrumentationRunner "com.orgzly.android.OrgzlyTestRunner"
// testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
// testInstrumentationRunnerArguments.put("notAnnotation", "org.junit.runner.RunWith")

multiDexEnabled true
Expand Down

0 comments on commit aa7051d

Please sign in to comment.