Skip to content

Commit

Permalink
[#24] fix: ProductControllerTest 에서 @WebMvcTest가 ProductController로 특…
Browse files Browse the repository at this point in the history
…정하도록 변경
  • Loading branch information
chung committed Jun 29, 2023
1 parent f508d98 commit 7a3c781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.*;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*;

@WebMvcTest
@WebMvcTest(controllers = ProductController.class)
class ProductControllerTest {

@Autowired
Expand Down

0 comments on commit 7a3c781

Please sign in to comment.