Skip to content

Commit

Permalink
[chore] PhotoService 테스트코드 오타 수정 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
win-luck committed Aug 15, 2024
1 parent 0f7b88a commit 082a2f3
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 org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.core.SetOperations;
import org.springframework.mail.javamail.JavaMailSender;
import org.thymeleaf.ITemplateEngine;
import org.thymeleaf.TemplateEngine;
import org.thymeleaf.context.IContext;

import java.time.LocalDateTime;
Expand Down Expand Up @@ -50,7 +50,7 @@ class PhotoServiceImplTest {
private User user;

@Mock
private ITemplateEngine templateEngine;
private TemplateEngine templateEngine;

@Mock
private JavaMailSender mailSender;
Expand Down

0 comments on commit 082a2f3

Please sign in to comment.