Skip to content

Commit

Permalink
update min sdk version 33 (#2347)
Browse files Browse the repository at this point in the history
Co-authored-by: Santosh Pingle <[email protected]>
  • Loading branch information
santosh-pingle and Santosh Pingle authored Dec 4, 2023
1 parent aab9b1e commit 0a201ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import androidx.test.espresso.matcher.ViewMatchers.withId
import androidx.test.espresso.matcher.ViewMatchers.withText
import androidx.test.ext.junit.rules.ActivityScenarioRule
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.SdkSuppress
import androidx.test.platform.app.InstrumentationRegistry
import ca.uhn.fhir.context.FhirContext
import ca.uhn.fhir.context.FhirVersionEnum
Expand Down Expand Up @@ -479,6 +480,7 @@ class QuestionnaireUiEspressoTest {
}

@Test
@SdkSuppress(minSdkVersion = 33)
fun clearAllAnswers_shouldClearDraftAnswer() {
val questionnaireFragment = buildFragmentFromQuestionnaire("/component_date_picker.json")
// Add month and day. No need to add slashes as they are added automatically
Expand Down

0 comments on commit 0a201ce

Please sign in to comment.