Skip to content

Commit

Permalink
[fix]: ReviewRepositoryTest 코드 오류 해결
Browse files Browse the repository at this point in the history
- transactional 제거하여 테스트 한꺼번에 돌릴때 db 오류발생을 해결하였습니다.
  • Loading branch information
dong-yxxn committed Nov 14, 2024
1 parent 4506bea commit 6a74836
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 6a74836

Please sign in to comment.