Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Warded120 committed Jan 15, 2025
1 parent 0779b50 commit dfae829
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ void addPlaceFromUiThrowsException() {

assertThrows(UserBlockedException.class, () -> placeService.addPlaceFromUi(dto, email, null));

verify(modelMapper).map(dto, PlaceResponse.class);
verify(userRepo).findByEmail(user.getEmail());
}

Expand Down

0 comments on commit dfae829

Please sign in to comment.