Skip to content

Commit

Permalink
[BUG FIX] #402: HMG 데이터 0 이하일 시 없는 것으로 판단 TEST수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tank3a committed Aug 22, 2023
1 parent 08e4579 commit 916d084
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ void getDefaultOptionList() {
.optionName("적외선 무릎 워머")
.optionCategoryName("악세사리")
.optionImage("/images/options/sub/warmer.jpg")
.optionUsedCount(0.0)
.build();
OptionShortMappedDto data3 = OptionShortMappedDto.builder()
.optionId(3)
Expand Down

0 comments on commit 916d084

Please sign in to comment.