Skip to content

Commit

Permalink
fix: JwtTokenUtil 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Sep 5, 2024
1 parent 5b26d90 commit 777c246
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import java.util.concurrent.atomic.AtomicLong;

import org.depromeet.spot.application.common.jwt.JwtProperties;
import org.depromeet.spot.application.common.jwt.JwtTokenUtil;
import org.depromeet.spot.domain.member.Level;
import org.depromeet.spot.domain.member.Member;
import org.depromeet.spot.domain.member.enums.MemberRole;
Expand Down Expand Up @@ -50,8 +49,8 @@
})
class ReviewLikeServiceTest {

@MockBean private JwtTokenUtil jwtTokenUtil;

// @MockBean private JwtTokenUtil jwtTokenUtil;
//
@MockBean private JwtProperties jwtProperties;

@Autowired private ReviewLikeService reviewLikeService;
Expand Down

0 comments on commit 777c246

Please sign in to comment.