forked from StarOpenSource/Engine
Add assertEquals message
This commit is contained in:
parent
0a7a741d34
commit
868709f356
1 changed files with 1 additions and 1 deletions
|
@ -61,6 +61,6 @@ class PlaceholderEngineTest {
|
|||
|
||||
text = PlaceholderEngine.getInstance().process(text, placeholders);
|
||||
|
||||
assertEquals(text, expected);
|
||||
assertEquals(text, expected, "Result \"" + text + "\" does not match expected output \"" + expected + "\"");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue