Skip to content

Commit

Permalink
[Fix] 테스트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
NARUBROWN committed Jan 20, 2024
1 parent d35c9ca commit eaead7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import server.inuappcenter.kr.data.dto.request.IntroBoardRequestDto;
import server.inuappcenter.kr.data.dto.response.IntroBoardResponseDto;
import server.inuappcenter.kr.service.boardService.BoardService;
import server.inuappcenter.kr.service.boardService.IntroBoardService;
import server.inuappcenter.kr.service.boardService.impl.IntroBoardServiceImpl;

import java.util.HashMap;
import java.util.Map;
Expand All @@ -38,7 +38,7 @@ public class IntroBoardControllerTest {
@MockBean
private BoardService boardService;
@MockBean
private IntroBoardService introBoardService;
private IntroBoardServiceImpl introBoardServiceImpl;


public Map<Long, String> makeMockImageMap() {
Expand Down

0 comments on commit eaead7d

Please sign in to comment.