Skip to content

Commit

Permalink
test: 변경 사항으로 인한 기존 테스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimprodp committed Nov 24, 2024
1 parent f55c75c commit 8cc8d2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ReviewGroupServiceTest {
@Test
void 코드가_중복되는_경우_다시_생성한다() {
// given
templateRepository.save(템플릿(List.of()));
templateRepository.save(템플릿(List.of(1L)));
reviewGroupRepository.save(리뷰_그룹("0000", "1111"));
given(randomCodeGenerator.generate(anyInt()))
.willReturn("0000") // ReviewRequestCode
Expand Down

0 comments on commit 8cc8d2e

Please sign in to comment.