Skip to content

Commit

Permalink
Merge pull request #69 from eparovyshnaya/553582
Browse files Browse the repository at this point in the history
553582 MailImplTest leaves `test.file` projeсt working directory
  • Loading branch information
ruspl-afed authored Nov 28, 2019
2 parents c443904 + d7b7269 commit 7c5725b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public void removeAttachment() throws IOException {
if (fileAttachmentPath != null) {
Files.delete(fileAttachmentPath);
}
Files.deleteIfExists(Paths.get(MAIL_FILE_OUT));
}

}

0 comments on commit 7c5725b

Please sign in to comment.