Skip to content

Commit

Permalink
Merge pull request #1115 from bounswe/main
Browse files Browse the repository at this point in the history
Deploy recent changes 25.12.2023 20.25
  • Loading branch information
canuzdrn authored Dec 25, 2023
2 parents f80ece6 + b82c62c commit b72e83a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ void testGetRecommendedGames() {
verify(userRepository).findByEmailAndIsDeletedFalse(userEmail);
verify(profileRepository).findByUserIdAndIsDeletedFalse(user.getId());
verify(gameRepository).findByIdAndIsDeletedFalse(gameId);
verify(mongoTemplate, times(2)).find(any(Query.class), eq(Game.class));
verify(mongoTemplate, times(3)).find(any(Query.class), eq(Game.class));
}

@Test
Expand Down

0 comments on commit b72e83a

Please sign in to comment.