-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
864d564
commit 45eee3f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,7 +121,7 @@ public void testSendWelcomeEmail() throws JAXBException, IOException, URISyntaxE | |
|
||
recordEmailSender.sendWelcomeEmail("4444-4444-4444-4446", "[email protected]"); | ||
|
||
verify(mockMailGunManager, times(1)).sendEmail(eq(EmailConstants.DO_NOT_REPLY_VERIFY_ORCID_ORG), eq("[email protected]"), eq("[ORCID] Welcome to ORCID"), anyString(), anyString()); | ||
verify(mockMailGunManager, times(1)).sendEmail(eq(EmailConstants.DO_NOT_REPLY_VERIFY_ORCID_ORG), eq("[email protected]"), eq("[ORCID] Welcome to ORCID - verify your email address"), anyString(), anyString()); | ||
} | ||
|
||
@Test | ||
|