File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-integration-mail/src/test/java/org/springframework/integration/mail Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public void testSmtp() throws Exception {
8282 assertThat (message .getFrom ()).containsOnly (new InternetAddress ("foo@bar" ));
8383 assertThat (message .getRecipients (RecipientType .TO )).containsOnly (new InternetAddress ("bar@baz" ));
8484 assertThat (message .getSubject ()).isEqualTo ("foo" );
85- assertThat (message .getContent ()).asString ().isEqualTo ("foo\r \n " );
85+ assertThat (message .getContent ()).asString ().isEqualTo ("foo" );
8686 }
8787
8888}
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ public void testSmtp() throws Exception {
131131 assertThat (message .getFrom ()).containsOnly (new InternetAddress ("foo@bar" ));
132132 assertThat (message .getRecipients (RecipientType .TO )).containsOnly (new InternetAddress ("bar@baz" ));
133133 assertThat (message .getSubject ()).isEqualTo ("foo" );
134- assertThat (message .getContent ()).asString ().isEqualTo ("foo\r \n " );
134+ assertThat (message .getContent ()).asString ().isEqualTo ("foo" );
135135
136136 }
137137
You can’t perform that action at this time.
0 commit comments