feat: update

This commit is contained in:
tim
2025-07-09 23:48:24 +08:00
parent 7e055f49c3
commit 62c2b64859

View File

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