Skip to content

Commit

Permalink
refactor: 사용하지 않는 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Combi153 committed Apr 21, 2024
1 parent a88e680 commit 52b0bdf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ class ProductReviewControllerTest(
}

Then("후기 이미지가 저장되지 않는다") {
val productReview = productReviewRepository.findAll()[0]
val productReviewImages = productReviewImageRepository.findAll()

productReviewImages.size shouldBe 0
Expand Down

0 comments on commit 52b0bdf

Please sign in to comment.