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 3afb605 commit d25d076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;

@WebMvcTest(ClubController.class)
@AutoConfigureRestDocs
@WebMvcTest(ClubController.class)
class ClubControllerTest {

@Autowired
Expand Down

0 comments on commit d25d076

Please sign in to comment.