fix: 修复代码合并问题

This commit is contained in:
sivdead
2025-09-25 18:17:26 +08:00
parent 76962d6d1c
commit 3da5d24488
3 changed files with 139 additions and 119 deletions

View File

@@ -76,6 +76,15 @@ class PostControllerTest {
@MockBean
private MedalService medalService;
@MockBean
private CategoryService categoryService;
@MockBean
private TagService tagService;
@MockBean
private PointService pointService;
@MockBean
private com.openisle.repository.PollVoteRepository pollVoteRepository;
@@ -275,6 +284,7 @@ class PostControllerTest {
any(),
any(),
any(),
any(),
any()
);
}