Skip to content

Commit

Permalink
TRUNK-6028 ProgramWorkflowDAOTest pass on MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Sep 22, 2022
1 parent 48c5e39 commit 652ed5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ private Program createProgram() {
program.setName("OpenMRS");
program.setDescription("An opensource medical record system");
program.setDateCreated(new Date());
program.setConcept(new Concept(3));
return program;
}

Expand Down

0 comments on commit 652ed5e

Please sign in to comment.