mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-01 17:09:08 +00:00
Fix broken test
This commit is contained in:
parent
a8051d6c45
commit
b4a34e0bc0
@ -43,8 +43,8 @@ public class DisplayTests {
|
||||
|
||||
final String myTestString = "The {{DUMMY_A}} jumps over the {{DUMMY_B}}.";
|
||||
final String[][] placeHolders = {
|
||||
{ "\\{\\{DUMMY_A\\}\\}", "quick brown fox"},
|
||||
{ "\\{\\{DUMMY_B\\}\\}", "lazy dog"},
|
||||
{ "DUMMY_A", "quick brown fox"},
|
||||
{ "DUMMY_B", "lazy dog"},
|
||||
};
|
||||
|
||||
final String expectedOutput = "The quick brown fox jumps over the lazy dog.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user