Skip to content

Commit

Permalink
fix : conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
kkangh00n committed Jan 7, 2024
1 parent 2a8801b commit 4b756c2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ public static Owner getOwner(String email, String password) {

public static JoinOwnerRequest getJoinOwnerRequest(String email, String password){
return JoinOwnerRequest.builder()
.name("test")
.name("ownerA")
.email(email)
.password(password)
.phoneNumber("010-8830-4795")
.phoneNumber("010-3462-2480")
.gender("male")
.dateBirth(LocalDate.of(1998,3,25))
.dateBirth(LocalDate.of(2000, 9, 13))
.build();
}

Expand Down

0 comments on commit 4b756c2

Please sign in to comment.