Skip to content

Commit

Permalink
BS-280 | Fixed failing test cases by mocking tsClient
Browse files Browse the repository at this point in the history
  • Loading branch information
manimaarans committed Oct 27, 2023
1 parent d478c8f commit d0f87a1
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,8 @@ private String getDynamicDecimalPlace(Double value) {
DecimalFormat decimalFormat = new DecimalFormat("#.##");
return decimalFormat.format(value);
}

public void setDoseFormsManySnomedToOneAtcCodeMap(List<ManyToOneMapEntry> mapEntries) {
this.doseFormsManySnomedToOneAtcCodeMap = mapEntries;
}
}
Loading

0 comments on commit d0f87a1

Please sign in to comment.