This commit is contained in:
@@ -56,7 +56,7 @@ class ReportBuilderTest {
|
|||||||
String md = new ReportBuilder("[缓存结构变更]").toMarkdown(report);
|
String md = new ReportBuilder("[缓存结构变更]").toMarkdown(report);
|
||||||
|
|
||||||
assertTrue(md.contains(
|
assertTrue(md.contains(
|
||||||
"- Key --> <font color=\"warning\">**`saas:period-config:migration:current`**</font>"));
|
"- Key --> <font color=\"warning\">`saas:period-config:migration:current`</font>"));
|
||||||
|
|
||||||
int oldSection = md.indexOf("value 值从");
|
int oldSection = md.indexOf("value 值从");
|
||||||
int newSection = md.indexOf("变更为");
|
int newSection = md.indexOf("变更为");
|
||||||
|
|||||||
Reference in New Issue
Block a user