Skip to content

Commit

Permalink
test: ScheduleFacade Mock Bean
Browse files Browse the repository at this point in the history
  • Loading branch information
f1v3-dev committed Oct 11, 2024
1 parent 97e524d commit b7e7866
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import com.dnd.jjakkak.config.JjakkakMockUser;
import com.dnd.jjakkak.domain.meeting.exception.MeetingNotFoundException;
import com.dnd.jjakkak.domain.schedule.ScheduleDummy;
import com.dnd.jjakkak.domain.schedule.facade.ScheduleFacade;
import com.dnd.jjakkak.domain.schedule.service.ScheduleService;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.jupiter.api.DisplayName;
Expand Down Expand Up @@ -39,6 +40,9 @@ class ScheduleControllerTest extends AbstractRestDocsTest {
@MockBean
ScheduleService scheduleService;

@MockBean
ScheduleFacade scheduleFacade;

@Autowired
ObjectMapper objectMapper;

Expand Down

0 comments on commit b7e7866

Please sign in to comment.