Update test to match property indentation change

This commit is contained in:
Paul Campbell 2018-08-26 18:24:19 +01:00
parent 4c8acff32f
commit e8d19fd52a

View file

@ -165,7 +165,7 @@ public class CheckstyleWriterTest {
//then
val lines = loadOutputFile(RuleLevel.LAYOUT);
assertThat(lines).containsExactly("C:", String.format("TW:<module name=\"%s\">", ruleClassname),
" <property name=\"key\" value=\"value\"/>", "</module>"
" <property name=\"key\" value=\"value\"/>", "</module>"
);
}