Skip to content

Commit

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

[fix]: ReviewRepoTest 테스트 오류 해결
  • Loading branch information
sanghee0820 authored Nov 14, 2024
2 parents 1786e22 + e4486f5 commit 9aee223
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase;
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 @@ -19,6 +21,8 @@
import team7.inplace.user.domain.UserType;

@CustomRepositoryTest
@Transactional
@AutoConfigureTestDatabase(replace = AutoConfigureTestDatabase.Replace.NONE)
class ReviewRepositoryTest {

@PersistenceContext
Expand Down

0 comments on commit 9aee223

Please sign in to comment.