Skip to content

Commit

Permalink
test: 테스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-sile committed Feb 6, 2024
1 parent 92d260b commit 7b2a61b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class RecruitmentPostApiTest extends MockMvcTestHelper {
.description("member의 이미지 url"),
fieldWithPath("member.githubUrl").type(JsonFieldType.STRING)
.description("member의 github Url"),
fieldWithPath("eventId").type(JsonFieldType.NUMBER).description("행사의 식별자")
fieldWithPath("eventId").type(JsonFieldType.NUMBER).description("행사의 식별자"),
fieldWithPath("eventName").type(JsonFieldType.STRING).description("행사의 이름")
);

@Test
Expand Down

0 comments on commit 7b2a61b

Please sign in to comment.