Skip to content

Commit

Permalink
Commit with HabitServiceImplTest change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lena Sotnik authored and Lena Sotnik committed Oct 6, 2023
1 parent 39ac0c7 commit 9c629de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ void updateCustomHabitWithNewCustomShoppingListItemToUpdateTest() throws IOExcep
habitService.updateCustomHabit(customHabitDtoRequest, 1L, "[email protected]", image));

verify(customShoppingListItemRepo, times(2)).findAllByUserIdAndHabitId(2L, 1L);
// verify(customShoppingListItemRepo).save(any());
verify(customShoppingListItemRepo).save(any());
verify(habitRepo).findById(anyLong());
verify(userRepo).findByEmail(user.getEmail());
verify(habitRepo).save(any());
Expand Down

0 comments on commit 9c629de

Please sign in to comment.