Skip to content

Commit 1f373cb

Browse files
committed
MOTECH-3175: Added and adjusted OpenMRS tests.
1 parent 458740b commit 1f373cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

openmrs/src/test/java/org/motechproject/openmrs/domain/ObservationDummyData.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ public static Observation prepareObservationWithConceptValue() {
1919
Concept concept = new Concept();
2020
concept.setUuid(CONCEPT_UUID);
2121

22-
2322
Observation observation = new Observation(OBSERVATION_UUID, "TestConcept: 1", concept, new Person(PERSON_UUID),
2423
new DateTime(OBSERVATION_DATE_TIME).toDate());
25-
2624
observation.setValue(new Observation.ObservationValue("conceptValueUuid", "conceptValueDisplay"));
2725

28-
2926
return observation;
3027
}
3128

0 commit comments

Comments
 (0)