Skip to content

Commit

Permalink
fix: 짧은 리뷰 데이터 추가에 따른 테스트 값 변경 #93
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyMK committed Nov 14, 2023
1 parent 47c7585 commit 159182b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void selectShortReviewsCountSuccess() {

// then
assertNotNull(shortReviewsCount);
assertEquals(2L, shortReviewsCount);
assertEquals(3L, shortReviewsCount);
}
}
}

0 comments on commit 159182b

Please sign in to comment.