WiserAssertionsTest: fix line wrapping
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
parent
ebba0760c4
commit
911c0dd3b3
1 changed files with 2 additions and 1 deletions
|
@ -209,7 +209,8 @@ public class WiserAssertionsTest {
|
||||||
//given
|
//given
|
||||||
final String fragment = "foo";
|
final String fragment = "foo";
|
||||||
//when
|
//when
|
||||||
sendMimeMultipartMessage("from", "to", "subject " + fragment + " tail", "body");
|
sendMimeMultipartMessage(
|
||||||
|
"from", "to", "subject " + fragment + " tail", "body");
|
||||||
//then
|
//then
|
||||||
getAssertions().withSubjectContains(fragment);
|
getAssertions().withSubjectContains(fragment);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue