Update test to match property indentation change
This commit is contained in:
parent
4c8acff32f
commit
e8d19fd52a
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public class CheckstyleWriterTest {
|
||||||
//then
|
//then
|
||||||
val lines = loadOutputFile(RuleLevel.LAYOUT);
|
val lines = loadOutputFile(RuleLevel.LAYOUT);
|
||||||
assertThat(lines).containsExactly("C:", String.format("TW:<module name=\"%s\">", ruleClassname),
|
assertThat(lines).containsExactly("C:", String.format("TW:<module name=\"%s\">", ruleClassname),
|
||||||
" <property name=\"key\" value=\"value\"/>", "</module>"
|
" <property name=\"key\" value=\"value\"/>", "</module>"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue