feat: update

This commit is contained in:
tim
2025-07-09 23:49:11 +08:00
parent d2e89e32ee
commit b43225a158

View File

@@ -38,6 +38,8 @@ class PostControllerTest {
private MockMvc mockMvc; private MockMvc mockMvc;
@Autowired @Autowired
private PostController postController; private PostController postController;
@MockBean @MockBean
private PostService postService; private PostService postService;
@MockBean @MockBean