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;
@Autowired
private PostController postController;
@MockBean
private PostService postService;
@MockBean