Skip to content

Commit

Permalink
#151 fix test take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Aug 10, 2016
1 parent 4326088 commit 39779cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ public void dontSendWarningEmailIfNotAcquiredStatus() {
when(original.getUserLanguage()).thenReturn(USER_LANGUAGE);
trm.updateTicketOwner(original, Locale.ENGLISH, event, form, (a) -> null, ownerChangeTextBuilder, (c) -> null, Optional.empty());
verifyZeroInteractions(messageSource);
verify(notificationManager, times(1)).sendSimpleEmail(eq(event), eq(originalEmail), anyString(), any(TextTemplateGenerator.class));
}

@Test
Expand Down

0 comments on commit 39779cb

Please sign in to comment.