Skip to content

Commit

Permalink
test: 테스트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Dec 20, 2023
1 parent 722f9b0 commit 8e70fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class RegisterFemaleTest : BaseTest() {
jsonPath("introduce") { value("hihihi") }
jsonPath("contact") { value("01012345678") }
jsonPath("gender") { value("FEMALE") }
jsonPath("code") { exists() }
jsonPath("codeInputChance") { value(1) }
}
test.andDo {
print()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class RegisterMaleTest : BaseTest() {
jsonPath("introduce") { value("hihihi") }
jsonPath("contact") { value("01012345678") }
jsonPath("gender") { value("MALE") }
jsonPath("code") { exists() }
jsonPath("codeInputChance") { value(1) }
}
test.andDo {
print()
Expand Down

0 comments on commit 8e70fb4

Please sign in to comment.