Skip to content

Commit

Permalink
Merge pull request #190 from kakao-tech-campus-2nd-step3/refactor/#172-…
Browse files Browse the repository at this point in the history
…PlaceDetailInfo

[fix]: ReviewRepositoryTest 코드 오류 해결
  • Loading branch information
sanghee0820 authored Nov 14, 2024
2 parents ecbe522 + 6a74836 commit 9d08d39
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import team7.inplace.config.annotation.CustomRepositoryTest;
import team7.inplace.place.domain.Place;
import team7.inplace.review.domain.Review;
Expand All @@ -20,7 +19,6 @@
import team7.inplace.user.domain.UserType;

@CustomRepositoryTest
@Transactional
class ReviewRepositoryTest {

@PersistenceContext
Expand Down

0 comments on commit 9d08d39

Please sign in to comment.