Skip to content

Commit

Permalink
[Feat] : 테스트 코드 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
wellbeing-dough committed Oct 5, 2023
1 parent 819690d commit fac50a7
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ public class UserControllerTest {



@Test
void 닉네임을_중복검사한다() throws Exception {
String url = "/api/users/duplication-nickname";
String nickName = "lee";

BDDMockito.given(userService.nicknameDuplicationValid(nickName))
}
// @Test
// void 닉네임을_중복검사한다() throws Exception {
// String url = "/api/users/duplication-nickname";
// String nickName = "lee";
//
// BDDMockito.given(userService.nicknameDuplicationValid(nickName));
// }

}

0 comments on commit fac50a7

Please sign in to comment.