generated from pricelees/issue-pr-template
[#34] 회원 / 인증 도메인 재정의 #43
@ -72,7 +72,7 @@ object UserFixture {
|
||||
email: String = "sample@example.com",
|
||||
password: String = "a".repeat(MIN_PASSWORD_LENGTH),
|
||||
phone: String = "01012345678",
|
||||
regionCode: String? = null,
|
||||
regionCode: String = "1111010100",
|
||||
status: UserStatus = UserStatus.ACTIVE
|
||||
): UserEntity = UserEntity(
|
||||
id = id,
|
||||
@ -89,7 +89,7 @@ object UserFixture {
|
||||
email = "sample@example.com",
|
||||
password = "a".repeat(MIN_PASSWORD_LENGTH),
|
||||
phone = "01012345678",
|
||||
regionCode = null
|
||||
regionCode = "1111010100"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user