Skip to content

Commit

Permalink
Merge pull request #150 from gloddy-dev/dev
Browse files Browse the repository at this point in the history
[Deploy]: 운영서버 배포 24/01/16
  • Loading branch information
jihwan2da authored Jan 16, 2024
2 parents eceaa0d + e34e119 commit 3ed7efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.gloddy.server.user.domain.vo.kind;

public enum Gender {
MAIL("남"),
MALE("남"),
FEMALE("여");

private final String value;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public Long createUser() {
),
"nickName",
LocalDate.now(),
Gender.MAIL,
Gender.MALE,
List.of(Personality.KIND, Personality.ACTIVE, Personality.RESPONSIBLE),
"South Korea",
"Korea Image"
Expand Down

0 comments on commit 3ed7efa

Please sign in to comment.