WiserAssertionsTest: fix line wrapping

Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
Paul Campbell 2016-01-25 12:11:42 +00:00
parent ebba0760c4
commit 911c0dd3b3

View file

@ -209,7 +209,8 @@ public class WiserAssertionsTest {
//given
final String fragment = "foo";
//when
sendMimeMultipartMessage("from", "to", "subject " + fragment + " tail", "body");
sendMimeMultipartMessage(
"from", "to", "subject " + fragment + " tail", "body");
//then
getAssertions().withSubjectContains(fragment);
}