Skip to content

Commit

Permalink
Hotfix: 카카오 토큰 테스트시 닉네임 중복 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed May 3, 2024
1 parent fb02fa3 commit a6858ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class MemberIntegrationTest {
void setup() {
Member testMember = memberRepository.save(Member.builder()
.email("[email protected]")
.nickname("김예찬")
.nickname("test")
.memberType(MemberType.KAKAO)
.refreshToken("null")
.build());
Expand Down

0 comments on commit a6858ba

Please sign in to comment.