Skip to content

Commit

Permalink
test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sraturi committed Aug 31, 2020
1 parent b660221 commit bee3eea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PatientReadingViewModelTests {
model.patientVillageNumber = "123"
model.patientIsPregnant = true
model.patientGestationalAge = GestationalAgeWeeks(12)
model.symptoms = listOf("Headache", "Unwell", "Some Other Symptom")
model.symptoms = arrayListOf("Headache", "Unwell", "Some Other Symptom")
model.urineTest = UrineTest("++", "+", "-", "-", "+++")
model.bloodPressure = BloodPressure(110, 70, 65)
model.isFlaggedForFollowUp = true
Expand Down

0 comments on commit bee3eea

Please sign in to comment.