Skip to content

Commit

Permalink
refactor: 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed Jul 11, 2024
1 parent 60e7a69 commit 154c72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void it_returns_2XX_if_the_topic_is_modified() {
TopicCreateRequest topicCreateRequest = getTopicCreateRequest();
Long savedTopicId = topicFacade.create(topicCreateRequest);

TopicUpdateRequest topicUpdateRequest = getTopicUpdateRequest("1일 1커밋", topicA.getDescription(),
TopicUpdateRequest topicUpdateRequest = getTopicUpdateRequest("1일 5커밋", topicA.getDescription(),
topicA.getTags(), topicA.getPointPerPerson(), topicA.getNotice());

topicFacade.update(savedTopicId, topicUpdateRequest);
Expand Down

0 comments on commit 154c72f

Please sign in to comment.