Skip to content

Commit

Permalink
refactor: 공백 컨벤션에 맞게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choi5798 committed Oct 24, 2023
1 parent 98a06c9 commit 3afb605
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class ClubControllerTest {
@WithMockUser
@DisplayName("클럽 생성에 성공한다")
void createClubTest() throws Exception {

// given
CreateClubRequest request = new CreateClubRequest("requiredInfo");

Expand All @@ -65,7 +64,6 @@ void createClubTest() throws Exception {
@WithMockUser
@DisplayName("클럽 조회에 성공한다")
void getClubTest() throws Exception {

// given
Long clubId = 1L;

Expand All @@ -86,7 +84,6 @@ void getClubTest() throws Exception {
@WithMockUser
@DisplayName("클럽 삭제에 성공한다")
void deleteClubTest() throws Exception {

// given
Long clubId = 1L;

Expand All @@ -103,5 +100,4 @@ void deleteClubTest() throws Exception {
preprocessResponse(prettyPrint())));
}


}

0 comments on commit 3afb605

Please sign in to comment.