Skip to content

Commit

Permalink
Bug 564018 - [Passage] update baseline to point to 0.9.0
Browse files Browse the repository at this point in the history
Fail with more info from mailing test

Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
  • Loading branch information
ruspl-afed committed Jun 6, 2020
1 parent 43bcc9b commit db00d28
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public void shouldCreateEmlByParametersPositiveTest() {
MAIL_BODY, Collections.singleton(attachment));
assertNotNull(mailDescriptor);
try (FileOutputStream fileOutput = new FileOutputStream(MAIL_FILE_OUT)) {
mailing.writeEml(mailDescriptor, fileOutput, (m, t) -> fail());
mailing.writeEml(mailDescriptor, fileOutput, (m, t) -> {throw new RuntimeException(m,t);});
} catch (IOException e) {
assumeNoException(e);
}
Expand Down

0 comments on commit db00d28

Please sign in to comment.