Skip to content

Commit

Permalink
feat: 테스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Daolove0323 committed Nov 9, 2024
1 parent 1bc2b75 commit a03291b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public static Event createValidEvent() {
.price(10000)
.totalSeat(100)
.category(Category.밴드)
.images(List.of())
.images(List.of(ImageDomain.createValidEventImage(1L), ImageDomain.createValidEventImage(2L)))
.build();
ReflectionTestUtils.setField(validEvent, "id", 1L);
validEvent.setHost(MemberDomain.createValidHost());
Expand Down

0 comments on commit a03291b

Please sign in to comment.