Skip to content

Commit

Permalink
[Test] : 유저 닉네임 변경에 auth추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wellbeing-dough committed Oct 5, 2023
1 parent 7da5a6d commit 9d26e29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class UserServiceTest {
UpdateNicknameInfo updateNicknameInfo = UpdateNicknameInfo.builder()
.nickname("나사나이이영재")
.userId(user.getId())
.auth(true)
.build();
BDDMockito.given(userRepository.findById(1L)).willReturn(Optional.ofNullable(user));

Expand Down

0 comments on commit 9d26e29

Please sign in to comment.