Skip to content

Commit

Permalink
(chore) move location of test disposition file to give explicit test …
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
mogoodrich committed Oct 25, 2024
1 parent 96391d7 commit 17ef6d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class DispositionServiceImpl extends BaseOpenmrsService implements Dispos

private PathMatchingResourcePatternResolver resourceResolver = new PathMatchingResourcePatternResolver();

// can also be overwritten by Iniz
// can be overridden by Initializer starting with Iniz version 2.8.0
private String dispositionConfig = "dispositionConfig.json";

public DispositionServiceImpl(ConceptService conceptService, EmrConceptService emrConceptService) {
Expand Down

0 comments on commit 17ef6d7

Please sign in to comment.