Skip to content

Commit

Permalink
RAC-367 test : 기존 테스트 코드 변경 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 committed May 15, 2024
1 parent c91cf73 commit a4d7b71
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import com.postgraduate.domain.wish.domain.entity.Wish;
import com.postgraduate.domain.wish.domain.entity.constant.Status;
import com.postgraduate.domain.wish.domain.service.WishSaveService;
import com.postgraduate.global.bizppurio.application.usecase.BizppurioJuniorMessage;
import com.postgraduate.global.bizppurio.application.usecase.BizppurioSeniorMessage;
import com.postgraduate.global.slack.SlackSignUpMessage;
import org.junit.jupiter.api.BeforeEach;
Expand Down Expand Up @@ -56,6 +57,8 @@ class SignUpUseTypeTest {
@Mock
private BizppurioSeniorMessage bizppurioSeniorMessage;
@Mock
private BizppurioJuniorMessage bizppurioJuniorMessage;
@Mock
private SeniorSaveService seniorSaveService;
@Mock
private SalarySaveService salarySaveService;
Expand Down

0 comments on commit a4d7b71

Please sign in to comment.