Skip to content

Commit

Permalink
[Feat]: ddl update로 인해 테스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonssshyeon committed Sep 25, 2024
1 parent 80dc94e commit 4d55a62
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ void getScoreModelByChallengeGroupId() {
.userChallenge(userChallenge)
.content("content")
.rating(i % 4 + 1)
.difficulty(1)
.achievement(1)
.build())
.toList();
// -> 1:3 / 2:3 / 3:3 / 4:2 / 5:0
Expand Down

0 comments on commit 4d55a62

Please sign in to comment.