Skip to content

Commit 60a377c

Browse files
committed
feat(party): PartyServiceTest 작성
1 parent e2570b5 commit 60a377c

File tree

2 files changed

+941
-1
lines changed

2 files changed

+941
-1
lines changed

src/main/java/back/kalender/global/common/Enum/Gender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public enum Gender {
77
MALE("남성"),
88
FEMALE("여성"),
9-
NONE("무관");
9+
ANY("무관");
1010

1111
private final String description;
1212

0 commit comments

Comments
 (0)