Skip to content

Commit

Permalink
[Fix] 실패 Test Case 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
NARUBROWN committed Mar 25, 2024
1 parent 6c3c882 commit f15de53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class MemberServiceTest {
);

Member expectedEntity = new Member(new MemberRequestDto(
"홍길동", "자기소개입니다.", "https://...", "https://...",
"홍길동", "안녕하세요 제 이름은...", "https://...", "https://...",
"test@test.com", "https://...", "https://...", "010-1111-1111", "202102917",
"컴퓨터공학부"
));
Expand Down

0 comments on commit f15de53

Please sign in to comment.