Skip to content

Commit

Permalink
Update api/src/test/java/org/openmrs/module/initializer/DomainBaseMod…
Browse files Browse the repository at this point in the history
…uleContextSensitiveTest.java
  • Loading branch information
Ruhanga authored Oct 8, 2024
1 parent c01500c commit 032ad54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public DomainBaseModuleContextSensitiveTest() {
ModuleFactory.getStartedModulesMap().put(mod.getModuleId(), mod);
}
{
Module mod = new Module("", "openconceptlab", "", "", "", "2.4.0");
Module mod = new Module("", "openconceptlab", "", "", "", "1.2.9");
mod.setFile(new File(""));
ModuleFactory.getStartedModulesMap().put(mod.getModuleId(), mod);
}
Expand Down

0 comments on commit 032ad54

Please sign in to comment.