Skip to content

Commit

Permalink
test: test 명 완성
Browse files Browse the repository at this point in the history
  • Loading branch information
choidongkuen committed Feb 11, 2024
1 parent f3699f1 commit 13d2877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void Withdraw_user_with_200_ok() throws Exception {
}

@Test
@DisplayName("회원 탈퇴 하고자 하는 회원이 존재하지 않으면")
@DisplayName("회원 탈퇴 하고자 하는 회원이 존재하지 않으면, 400 Bad Request을 반환한다.")
void Return_400_bad_request_if_user_is_not_exist() throws Exception {
// given
UserWithdrawRequest request
Expand Down

0 comments on commit 13d2877

Please sign in to comment.