Skip to content

Commit

Permalink
Commit with EventServiceImplTest change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lena Sotnik authored and Lena Sotnik committed Oct 2, 2023
1 parent a863b1b commit f60a8f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,6 @@ void getAllEventAddressesTest() {
assertTrue(actualAddresses.contains(expectedAddressDto));

verify(eventRepo).findAll();
verify(modelMapper,times(2)).map(address, AddressDto.class);
verify(modelMapper, times(2)).map(address, AddressDto.class);
}
}

0 comments on commit f60a8f5

Please sign in to comment.