mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-05 13:26:08 +00:00
feat: add user leveling and experience system
This commit is contained in:
@@ -38,6 +38,8 @@ class UserControllerTest {
|
||||
private PostService postService;
|
||||
@MockBean
|
||||
private CommentService commentService;
|
||||
@MockBean
|
||||
private LevelService levelService;
|
||||
|
||||
@Test
|
||||
void getCurrentUser() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user