Skip to content

Commit 9db0cb3

Browse files
committed
fix: test now works
1 parent 8e4b7cd commit 9db0cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/rocketbase/commons/email/TextLineTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void forceAsHtmlTags() {
7676
TextLine textLine = new TextLine(TemplateLine.TemplateLineType.TEXT, null, input, true);
7777
// then
7878
assertThat(textLine.asHtml, equalTo(true));
79-
assertThat(textLine.text, equalTo("sample \n<b>bold</b> text"));
79+
assertThat(textLine.text, equalTo("sample <b>bold</b> text"));
8080
assertThat(textLine.escapedText, equalTo("sample bold text"));
8181
}
8282

0 commit comments

Comments
 (0)