Skip to content

Commit

Permalink
TRUNK-6028 ConditionServiceImplTest pass on MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Sep 22, 2022
1 parent 660ee5b commit 02ac73e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ public void saveCondition_shouldSaveConditionAssociatedWithAnEncounter() {
Condition condition = new Condition();
condition.setUuid(uuid);
condition.setPatient(new Patient(2));
condition.setClinicalStatus(ConditionClinicalStatus.ACTIVE);

// replay
condition.setEncounter(new Encounter(2039));
Expand Down

0 comments on commit 02ac73e

Please sign in to comment.