Skip to content

Commit

Permalink
#1547: refactor logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
lehju committed Apr 9, 2024
1 parent 6abddca commit 7ad4961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void sendMail() throws MessagingException {
.receiversCc("receiversCc")
.receiversBcc("receiversBcc")
.build();
mailAdapter.sendMail(mail,"logoPath");
mailAdapter.sendMail(mail, "logoPath");
verify(digiwfEmailApi).sendMail(mail, "logoPath");
}

Expand Down

0 comments on commit 7ad4961

Please sign in to comment.