You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android/quest/src/test/java/org/smartregister/fhircore/quest/ui/questionnaire/QuestionnaireViewModelTest.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2276,7 +2276,6 @@ class QuestionnaireViewModelTest : RobolectricTest() {
2276
2276
coEvery { defaultRepository.addOrUpdate(any(Boolean::class), any<Resource>()) } just runs
2277
2277
2278
2278
val medRequestSlot = slot<MedicationRequest>()
2279
-
val stringSlot = slot<String>()
2280
2279
val linkIdConfig =
2281
2280
LinkIdConfig(
2282
2281
resourceType =ResourceType.MedicationRequest,
@@ -2296,7 +2295,7 @@ class QuestionnaireViewModelTest : RobolectricTest() {
0 commit comments