Skip to content

Commit

Permalink
Fix: test 코드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tape4 committed Jul 27, 2024
1 parent 3cfa35d commit 06c343d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ void init() {
.phoneNumber("test-test-test")
.birthDate(LocalDate.of(2024, 7, 25))
.password("test-password")
.marketingAgree(true)
.userState(State.ACTIVATE)
.build();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ void Init() {
.phoneNumber("test-test-test")
.birthDate(LocalDate.of(2024, 7, 25))
.password("test-password")
.marketingAgree(true)
.userState(State.ACTIVATE)
.build();

Expand Down

0 comments on commit 06c343d

Please sign in to comment.