Skip to content

Commit

Permalink
fix: 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Feb 12, 2025
1 parent 459585f commit b9c60cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void getJwtAndCreatesNewUserIfNotExistWhenLogin(SocialLoginApiType type) {
userService.login(request);

// then
verify(jwtGenerator, times(1)).generate(any(UserParam.class), any(Date.class)); // 매처 사용
verify(jwtGenerator, times(1)).generate(any(UserParam.class), any(Date.class));
}


Expand Down

0 comments on commit b9c60cc

Please sign in to comment.