Skip to content

Commit

Permalink
fix: dummy service 아이템 제목 변경 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvalentine6 committed Nov 13, 2023
2 parents 47ae307 + 5c0736d commit 8e2ffca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void createDummy() {
list.add(downloadImageAsMultipartFile(randomImageURL, "tempImageName"));

ItemDetailDto itemDetailDto = new ItemDetailDto(
faker.lorem().sentence(),
faker.food().dish(),
faker.number().randomDigitNotZero() * 1000,
faker.lorem().sentence(),
(long)i,
Expand Down

0 comments on commit 8e2ffca

Please sign in to comment.