Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Jun 23, 2019
1 parent bed2e67 commit 3236226
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ void init() {
when(ticketReservation.getDiscountCts()).thenReturn(0);
when(ticketReservation.getCurrencyCode()).thenReturn("CHF");
when(ticketReservationRepository.findReservationById(RESERVATION_ID)).thenReturn(ticketReservation);
when(ticketReservationRepository.getAdditionalInfo(any())).thenReturn(mock(TicketReservationAdditionalInfo.class));
organization = mock(Organization.class);
TicketSearchRepository ticketSearchRepository = mock(TicketSearchRepository.class);
GroupManager groupManager = mock(GroupManager.class);
Expand Down

0 comments on commit 3236226

Please sign in to comment.