Skip to content

Commit

Permalink
test: chat appender 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
geneaky committed Oct 30, 2024
1 parent 300cf17 commit 741b6bd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import toy.bookchat.bookchat.db_module.device.repository.DeviceRepository;
import toy.bookchat.bookchat.db_module.user.UserEntity;
import toy.bookchat.bookchat.db_module.user.repository.UserRepository;
import toy.bookchat.bookchat.domain.chat.service.ChatAppender;
import toy.bookchat.bookchat.domain.participant.service.ParticipantManager;
import toy.bookchat.bookchat.domain.participant.service.ParticipantReader;
import toy.bookchat.bookchat.domain.user.api.v1.request.ChangeUserNicknameRequest;
Expand Down Expand Up @@ -52,6 +53,8 @@ class UserServiceTest {
private ParticipantManager participantManager;
@Mock
private DeviceRepository deviceRepository;
@Mock
private ChatAppender chatAppender;
@InjectMocks
private UserService userService;

Expand Down

0 comments on commit 741b6bd

Please sign in to comment.