Skip to content

Commit

Permalink
[DDING-000] 테스트 에러 수정 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSeonJe authored Jan 19, 2025
1 parent 1ed09ac commit e955271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void create() {
clubRepository.save(club);
UUID id1 = UuidCreator.getTimeOrderedEpoch();
CreateFeedCommand command = fixtureMonkey.giveMeBuilder(CreateFeedCommand.class)
.set("contentType", "IMAGE")
.set("mimeType", "image/png")
.set("mediaId", id1.toString())
.set("user", savedUser)
.sample();
Expand Down

0 comments on commit e955271

Please sign in to comment.