Skip to content

Commit

Permalink
test: updateOriginalTypeUseCase추가
Browse files Browse the repository at this point in the history
- updateOriginalTypeUseCase 추가했어요.
  • Loading branch information
jyj1289 committed Oct 18, 2024
1 parent 736c24f commit 2e5b43a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ public abstract class ControllerTest {
@MockBean
protected AuthenticationExtractor authenticationExtractor;

@MockBean
protected UpdateOriginalTypeUseCase updateOriginalTypeUseCase;

protected String toJson(Object object) throws JsonProcessingException {
return objectMapper.writeValueAsString(object);
Expand Down

0 comments on commit 2e5b43a

Please sign in to comment.